mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
Fixes incorrect paranthesis.
This commit is contained in:
parent
66d68cdc6f
commit
7c88bcc3f6
@ -307,7 +307,7 @@ bitor_impl! { bool usize u8 u16 u32 u64 u128 isize i8 i16 i32 i64 i128 }
|
|||||||
/// assert_eq!(lhs.len(), rhs.len());
|
/// assert_eq!(lhs.len(), rhs.len());
|
||||||
/// Self(lhs.iter()
|
/// Self(lhs.iter()
|
||||||
/// .zip(rhs.iter())
|
/// .zip(rhs.iter())
|
||||||
/// .map(|(x, y)| *x ^ *y))
|
/// .map(|(x, y)| *x ^ *y)
|
||||||
/// .collect())
|
/// .collect())
|
||||||
/// }
|
/// }
|
||||||
/// }
|
/// }
|
||||||
|
Loading…
Reference in New Issue
Block a user