mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Update doc comments.
This commit is contained in:
parent
cf53fef0d6
commit
ba7bf1d8ef
@ -233,8 +233,8 @@ pub enum FormatAlignment {
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
pub enum FormatCount {
|
||||
/// `{:0}` or `{:.0}`
|
||||
/// `{:5}` or `{:.5}`
|
||||
Literal(usize),
|
||||
/// `{:.*}`, `{:.0$}`, or `{:a$}`, etc.
|
||||
/// `{:.*}`, `{:.5$}`, or `{:a$}`, etc.
|
||||
Argument(FormatArgPosition),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user