Fixes incorrect paranthesis.
This commit is contained in:
parent
66d68cdc6f
commit
7c88bcc3f6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue