mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:19: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()
|
||||
}
|
||||
}
|
||||
// use macros to generate the implementations for BitAnd, BitOr, BitXor, and Not
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
|
Loading…
x
Reference in New Issue
Block a user