Skip to content

Commit 76eab1f

Browse files
committed
Clarify comment.
1 parent 82406e3 commit 76eab1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)