Remove last traces of BitV and BitVSet from documentation
This commit is contained in:
parent
2b01a37ec3
commit
b4dc9fd72b
2 changed files with 5 additions and 5 deletions
|
|
@ -110,7 +110,7 @@ fn reverse_bits(byte: u8) -> u8 {
|
|||
result
|
||||
}
|
||||
|
||||
// Take two BitV's, and return iterators of their words, where the shorter one
|
||||
// Take two BitVec's, and return iterators of their words, where the shorter one
|
||||
// has been padded with 0's
|
||||
fn match_words <'a,'b>(a: &'a BitVec, b: &'b BitVec) -> (MatchWords<'a>, MatchWords<'b>) {
|
||||
let a_len = a.storage.len();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue