diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..fb58920 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,7 @@ +[target.'cfg(feature = "cargo-clippy")'] +rustflags = [ + "-Dwarnings", + "-Dclippy::pedantic", + "-Dclippy::nursery", + "-Dclippy::cargo", +]