summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2022-02-25 12:30:49 +0100
committerJustus Winter <justus@sequoia-pgp.org>2022-03-01 12:14:35 +0100
commit8ef7fcf024d59573f3f23dc9328a0162b194fae9 (patch)
treec23dfd28fef33cf1bb447118c11a492d43e2bd99
parentf9f555017d0065ca55457c790ba0485ce97e9ac6 (diff)
XXX: -Awarningsjustus/fix-483
-rw-r--r--.cargo/config.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index d6533ecf..a0dc52ff 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -2,7 +2,6 @@
# Note: if the RUSTFLAGS environment variable is set, this will be
# ignored.
rustflags = [
- "-Dwarnings",
"-Aunused-parens",
"-Aclippy::collapsible-else-if",
"-Aclippy::needless-question-mark",