mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
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:
@@ -20,6 +20,7 @@ impl DisplayData {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::collapsible_if)]
|
||||
fn get_tree_chars(
|
||||
&self,
|
||||
num_siblings: u64,
|
||||
|
||||
Reference in New Issue
Block a user