mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 17:49:25 +00:00
Remove unused comment regarding macro implementations in BoolOps
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user