1
Fork 0

fmt: remove misleading comment fragment

This commit is contained in:
Tamir Duberstein 2017-10-07 05:48:58 -04:00
parent 19dcf9190c
commit 41b105b6ea
No known key found for this signature in database
GPG key ID: 1C1E98CC8E17BB89

View file

@ -1275,7 +1275,7 @@ impl<'a> Formatter<'a> {
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 }