Skip to content

Commit 6354d60

Browse files
committed
Merge pull request #20766 from tsurai/patch-1
doc: Fix unresolved import in Bitv example Reviewed-by: alexcrichton
2 parents bc6e080 + 018730b commit 6354d60

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)