summaryrefslogtreecommitdiffstats
path: root/.cargo/config.toml
blob: a0dc52ffab1b52eb0f75ae5651dc0ca22289b6f6 (plain)
1
2
3
4
5
6
7
8
9
10
[target.'cfg(all())']
# Note: if the RUSTFLAGS environment variable is set, this will be
# ignored.
rustflags = [
          "-Aunused-parens",
          "-Aclippy::collapsible-else-if",
          "-Aclippy::needless-question-mark",
          "-Aclippy::redundant-clone",
          "-Aclippy::try-err",
]