Skip to content

Commit

Permalink
doc: Fix unresolved import in Bitv example
Browse files Browse the repository at this point in the history
  • Loading branch information
tsurai committed Jan 8, 2015
1 parent a8a210b commit 018730b
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 018730b

Please sign in to comment.