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 832a525 commit 2a14addCopy full SHA for 2a14add
library/core/src/fmt/rt.rs
@@ -34,7 +34,7 @@ enum ArgumentType<'a> {
34
/// precision and width.
35
#[lang = "format_argument"]
36
#[derive(Copy, Clone)]
37
-#[repr(align(2))] // To ensure pointers to this always have their lowest bit cleared.
+#[repr(align(2))] // To ensure pointers to this struct always have their lowest bit cleared.
38
pub struct Argument<'a> {
39
ty: ArgumentType<'a>,
40
}
0 commit comments