Skip to content

Commit 41b105b

Browse files
committed
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

+1-1
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)