Clean up.

This commit is contained in:
2018-09-13 16:31:40 +02:00
parent 425a23a5d7
commit cbccf03da5

View File

@@ -289,7 +289,6 @@ impl<'a> ops::Sub<&'a BitSet> for &'a BitSet {
pub struct Iter<'a> { pub struct Iter<'a> {
iter: std::collections::hash_map::Iter<'a, u64, u64>, iter: std::collections::hash_map::Iter<'a, u64, u64>,
// iter: ordermap::Iter<'a, u64, u64>,
block: u64, block: u64,
bits: u64, bits: u64,
bit: u64, bit: u64,
@@ -297,7 +296,6 @@ pub struct Iter<'a> {
pub struct IntoIter { pub struct IntoIter {
iter: std::collections::hash_map::IntoIter<u64, u64>, iter: std::collections::hash_map::IntoIter<u64, u64>,
// iter: ordermap::IntoIter<u64, u64>,
block: u64, block: u64,
bits: u64, bits: u64,
bit: u64, bit: u64,