mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Rollup merge of #30981 - boblehest:tmp, r=alexcrichton
Original: #30968 (My first PR was targeting the wrong branch)
This commit is contained in:
commit
f791395525
@ -348,8 +348,8 @@
|
|||||||
//! The fill character is provided normally in conjunction with the `width`
|
//! The fill character is provided normally in conjunction with the `width`
|
||||||
//! parameter. This indicates that if the value being formatted is smaller than
|
//! parameter. This indicates that if the value being formatted is smaller than
|
||||||
//! `width` some extra characters will be printed around it. The extra
|
//! `width` some extra characters will be printed around it. The extra
|
||||||
//! characters are specified by `fill`, and the alignment can be one of two
|
//! characters are specified by `fill`, and the alignment can be one of the
|
||||||
//! options:
|
//! following options:
|
||||||
//!
|
//!
|
||||||
//! * `<` - the argument is left-aligned in `width` columns
|
//! * `<` - the argument is left-aligned in `width` columns
|
||||||
//! * `^` - the argument is center-aligned in `width` columns
|
//! * `^` - the argument is center-aligned in `width` columns
|
||||||
|
Loading…
Reference in New Issue
Block a user