Remove parens around .. in documentation snippet
This commit is contained in:
parent
f0727758d1
commit
2a270a0066
@ -11,7 +11,7 @@ use crate::hash::Hash;
|
|||||||
/// The `..` syntax is a `RangeFull`:
|
/// The `..` syntax is a `RangeFull`:
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// assert_eq!((..), std::ops::RangeFull);
|
/// assert_eq!(.., std::ops::RangeFull);
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// It does not have an [`IntoIterator`] implementation, so you can't use it in
|
/// It does not have an [`IntoIterator`] implementation, so you can't use it in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user