diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..86bf5e4 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,7 @@ +[target.'cfg(all())'] +rustflags = [ + "-Dclippy::all", + "-Dlet_underscore_drop", + "-Aclippy::assertions_on_result_states", + "-Aclippy::let_unit_value", +] \ No newline at end of file