summaryrefslogtreecommitdiffstats
path: root/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
new file mode 100644
index 00000000..134e6cf2
--- /dev/null
+++ b/.cargo/config.toml
@@ -0,0 +1,7 @@
+[target.'cfg(all())']
+# Note: if the RUSTFLAGS environment variable is set, this will be
+# ignored.
+rustflags = [
+ "-Dwarnings",
+ "-Aunused-parens",
+]