mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
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`:
|
||||
///
|
||||
/// ```
|
||||
/// assert_eq!((..), std::ops::RangeFull);
|
||||
/// assert_eq!(.., std::ops::RangeFull);
|
||||
/// ```
|
||||
///
|
||||
/// It does not have an [`IntoIterator`] implementation, so you can't use it in
|
||||
|
Loading…
Reference in New Issue
Block a user