Skip to content

Commit f01b3c0

Browse files
committed
Work around rustfmt doc attribute indentation bug
1 parent 4cadae3 commit f01b3c0

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
@@ -298,6 +298,7 @@ macro_rules! nonzero_integer_signedness_dependent_impls {
298298
};
299299
}
300300

301+
#[rustfmt::skip] // https://github.com/rust-lang/rustfmt/issues/5974
301302
macro_rules! nonzero_integer_signedness_dependent_methods {
302303
// Methods for unsigned nonzero types only.
303304
(

0 commit comments

Comments
 (0)