Skip to content

Commit 2a14add

Browse files
committed
Clarify comment.
1 parent 832a525 commit 2a14add

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/fmt

1 file changed

+1
-1
lines changed

library/core/src/fmt/rt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ enum ArgumentType<'a> {
3434
/// precision and width.
3535
#[lang = "format_argument"]
3636
#[derive(Copy, Clone)]
37-
#[repr(align(2))] // To ensure pointers to this always have their lowest bit cleared.
37+
#[repr(align(2))] // To ensure pointers to this struct always have their lowest bit cleared.
3838
pub struct Argument<'a> {
3939
ty: ArgumentType<'a>,
4040
}

0 commit comments

Comments
 (0)