mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +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());
|
||||
/// Self(lhs.iter()
|
||||
/// .zip(rhs.iter())
|
||||
/// .map(|(x, y)| *x ^ *y))
|
||||
/// .map(|(x, y)| *x ^ *y)
|
||||
/// .collect())
|
||||
/// }
|
||||
/// }
|
||||
|
Loading…
Reference in New Issue
Block a user