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
|
@ -79,7 +79,7 @@ pub trait Index<Idx: ?Sized> {
|
|||
/// each can be indexed mutably and immutably.
|
||||
///
|
||||
/// ```
|
||||
/// use std::ops::{Index,IndexMut};
|
||||
/// use std::ops::{Index, IndexMut};
|
||||
///
|
||||
/// #[derive(Debug)]
|
||||
/// enum Side {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue