Skip to content

Commit c6d776e

Browse files
committed
Work around rustfmt doc attribute indentation bug
1 parent b21b9cc commit c6d776e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/num/nonzero.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ macro_rules! nonzero_integer_signedness_dependent_impls {
312312
};
313313
}
314314

315+
#[rustfmt::skip] // https://github.com/rust-lang/rustfmt/issues/5974
315316
macro_rules! nonzero_integer_signedness_dependent_methods {
316317
// Methods for unsigned nonzero types only.
317318
(

0 commit comments

Comments
 (0)