mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Work around rustfmt doc attribute indentation bug
This commit is contained in:
@@ -312,6 +312,7 @@ fn neg(self) -> $Ty {
|
||||
};
|
||||
}
|
||||
|
||||
#[rustfmt::skip] // https://github.com/rust-lang/rustfmt/issues/5974
|
||||
macro_rules! nonzero_integer_signedness_dependent_methods {
|
||||
// Methods for unsigned nonzero types only.
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user