Enable some more clippy warnings

significant_whitespace
Wilfred Hughes 2023-11-11 10:48:22 +07:00
parent 848984d482
commit 7321f663dc
1 changed files with 4 additions and 0 deletions

@ -23,6 +23,10 @@
// correct.
#![allow(clippy::mutable_key_type)]
// Debugging features shouldn't be in checked-in code.
#![warn(clippy::todo)]
#![warn(clippy::dbg_macro)]
mod conflicts;
mod constants;
mod diff;