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
|
@ -1719,7 +1719,7 @@ declare_lint! {
|
|||
///
|
||||
/// impl<T: ?Sized> MyIterator for T where T: Iterator { }
|
||||
///
|
||||
/// let x = vec![1,2,3];
|
||||
/// let x = vec![1, 2, 3];
|
||||
/// let _ = x.iter().is_sorted();
|
||||
/// ```
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue