Skip to content

Commit 018730b

Browse files
committed
doc: Fix unresolved import in Bitv example
1 parent a8a210b commit 018730b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/bit.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ static FALSE: bool = false;
134134
/// # Examples
135135
///
136136
/// ```rust
137-
/// use collections::Bitv;
137+
/// use std::collections::Bitv;
138138
///
139139
/// let mut bv = Bitv::from_elem(10, false);
140140
///

0 commit comments

Comments
 (0)