Fix even more clippy warnings
This commit is contained in:
parent
bfecb18771
commit
57c6ed0c07
53 changed files with 276 additions and 520 deletions
|
@ -292,10 +292,8 @@ impl<K: DepKind> DepGraph<K> {
|
|||
);
|
||||
|
||||
data.colors.insert(prev_index, color);
|
||||
} else {
|
||||
if print_status {
|
||||
eprintln!("[task::new] {:?}", key);
|
||||
}
|
||||
} else if print_status {
|
||||
eprintln!("[task::new] {:?}", key);
|
||||
}
|
||||
|
||||
(result, dep_node_index)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue