We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9234d3 + ebd4f1c commit f647331Copy full SHA for f647331
2 files changed
.devcontainer/Dockerfile
@@ -6,7 +6,7 @@ FROM rust:${rust_version}-${debian_version}
6
ARG DEBIAN_FRONTEND=noninteractive
7
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"
8
ENV RUST_BACKTRACE=1
9
-ENV RUSTFLAGS=-Dwarnings
+ENV RUSTFLAGS="-D warnings -A renamed-and-removed-lints"
10
11
12
RUN apt-get update && \
.github/workflows/test.yml
@@ -37,7 +37,7 @@ on:
37
38
env:
39
RUST_BACKTRACE: 1
40
- RUSTFLAGS: -D warnings
+ RUSTFLAGS: -D warnings -A renamed-and-removed-lints
41
42
# The layering here is as follows:
43
# 1. code formatting
0 commit comments