We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21b9cc commit c6d776eCopy full SHA for c6d776e
library/core/src/num/nonzero.rs
@@ -312,6 +312,7 @@ macro_rules! nonzero_integer_signedness_dependent_impls {
312
};
313
}
314
315
+#[rustfmt::skip] // https://github.com/rust-lang/rustfmt/issues/5974
316
macro_rules! nonzero_integer_signedness_dependent_methods {
317
// Methods for unsigned nonzero types only.
318
(
0 commit comments