Silence warnings

This commit is contained in:
Max Brunsfeld 2022-02-09 13:00:09 -08:00
parent fc70c6d4fd
commit 3d9c39d0eb
2 changed files with 1 additions and 6 deletions

View file

@ -951,10 +951,6 @@ impl WrapPoint {
pub fn column_mut(&mut self) -> &mut u32 {
&mut self.0.column
}
pub fn is_zero(&self) -> bool {
self.0.is_zero()
}
}
impl sum_tree::Summary for TransformSummary {