Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 41b105b

Browse files
committedOct 7, 2017
fmt: remove misleading comment fragment
1 parent 19dcf91 commit 41b105b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libcore/fmt/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ impl<'a> Formatter<'a> {
12751275
write(self.buf, fmt)
12761276
}
12771277

1278-
/// Flags for formatting (packed version of rt::Flag)
1278+
/// Flags for formatting
12791279
#[stable(feature = "rust1", since = "1.0.0")]
12801280
pub fn flags(&self) -> u32 { self.flags }
12811281

0 commit comments

Comments
 (0)
Please sign in to comment.