auto merge of #16550 : kaseyc/rust/fix_documentation_error, r=alexcrichton
This commit is contained in:
commit
fb018a3d4b
1 changed files with 1 additions and 1 deletions
|
|
@ -1271,7 +1271,7 @@ impl BitvSet {
|
|||
/// let a = BitvSet::from_bitv(bitv::from_bytes([0b01101000]));
|
||||
/// let b = BitvSet::from_bitv(bitv::from_bytes([0b10100000]));
|
||||
///
|
||||
/// // Print 2, 4 in arbitrary order
|
||||
/// // Print 1, 4 in arbitrary order
|
||||
/// for x in a.difference(&b) {
|
||||
/// println!("{}", x);
|
||||
/// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue