Skip to content

Commit c3c7fca

Browse files
committed
Work around rustfmt doc attribute indentation bug
1 parent d1f0977 commit c3c7fca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)