More consistently use spaces after commas in lists in docs
This commit is contained in:
parent
d806d65657
commit
ae17d7d455
8 changed files with 18 additions and 18 deletions
|
@ -1152,7 +1152,7 @@ declare_lint! {
|
|||
/// ```rust
|
||||
/// #![feature(box_syntax)]
|
||||
/// fn main() {
|
||||
/// let a = (box [1,2,3]).len();
|
||||
/// let a = (box [1, 2, 3]).len();
|
||||
/// }
|
||||
/// ```
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue