mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 07:09:59 +00:00
Remove unused comment regarding macro implementations in BoolOps
This commit is contained in:
parent
284471f4aa
commit
6e0606709d
@ -73,7 +73,6 @@ impl BoolOps for BoolMatrix {
|
|||||||
self.data().iter().filter(|&&v| v).count()
|
self.data().iter().filter(|&&v| v).count()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// use macros to generate the implementations for BitAnd, BitOr, BitXor, and Not
|
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user