diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 00000000..7c1cbcb8 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,4 @@ +[target.'cfg(all())'] +rustflags = [ +"-Aclippy::blocks_in_conditions", +] \ No newline at end of file