Skip to content

Commit

Permalink
Fix an error in a code sample in bitv.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaseyc committed Aug 17, 2014
1 parent 17bcc1b commit 9e514af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/bitv.rs
Expand Up @@ -1272,7 +1272,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);
/// }
Expand Down

5 comments on commit 9e514af

@bors
Copy link
Contributor

@bors bors commented on 9e514af Aug 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 9e514af Aug 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging kaseyc/rust/fix_documentation_error = 9e514af into auto

@bors
Copy link
Contributor

@bors bors commented on 9e514af Aug 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kaseyc/rust/fix_documentation_error = 9e514af merged ok, testing candidate = fb018a3

@bors
Copy link
Contributor

@bors bors commented on 9e514af Aug 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = fb018a3

Please sign in to comment.