rollup merge of #19184: Gekkio/fix-binary-format-char
This small piece of documentation was missed in the format character change
in 4af3494bb0
.
This commit is contained in:
commit
1e5de8cf3c
@ -179,7 +179,7 @@ pub trait Octal for Sized? {
|
||||
fn fmt(&self, &mut Formatter) -> Result;
|
||||
}
|
||||
|
||||
/// Format trait for the `t` character
|
||||
/// Format trait for the `b` character
|
||||
#[unstable = "I/O and core have yet to be reconciled"]
|
||||
pub trait Binary for Sized? {
|
||||
/// Formats the value using the given formatter.
|
||||
|
Loading…
Reference in New Issue
Block a user