Skip to content

Commit

Permalink
Merge pull request rust-lang#20766 from tsurai/patch-1
Browse files Browse the repository at this point in the history
doc: Fix unresolved import in Bitv example

Reviewed-by: alexcrichton
  • Loading branch information
bors committed Jan 8, 2015
2 parents bc6e080 + 018730b commit 6354d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/bit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static FALSE: bool = false;
/// # Examples
///
/// ```rust
/// use collections::Bitv;
/// use std::collections::Bitv;
///
/// let mut bv = Bitv::from_elem(10, false);
///
Expand Down

0 comments on commit 6354d60

Please sign in to comment.