mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
fmt: remove misleading comment fragment
This commit is contained in:
@@ -1275,7 +1275,7 @@ pub fn write_fmt(&mut self, fmt: Arguments) -> Result {
|
||||
write(self.buf, fmt)
|
||||
}
|
||||
|
||||
/// Flags for formatting (packed version of rt::Flag)
|
||||
/// Flags for formatting
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub fn flags(&self) -> u32 { self.flags }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user