Mark function as ignored by clippy

We don't want to collapse this if - it is easier to reason about this
way
This commit is contained in:
andy.boot
2019-12-05 21:50:26 +00:00
parent 5535478fe8
commit 78119aba0f
+1
View File
@@ -20,6 +20,7 @@ impl DisplayData {
} }
} }
#[allow(clippy::collapsible_if)]
fn get_tree_chars( fn get_tree_chars(
&self, &self,
num_siblings: u64, num_siblings: u64,