Remove parens around .. in documentation snippet

This commit is contained in:
Anselm Schüler 2023-08-27 19:16:15 +02:00
parent f0727758d1
commit 2a270a0066
No known key found for this signature in database
GPG Key ID: BA34EE1ABA3A0955

View File

@ -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