Allow renamed-and-removed-lints

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser 2024-09-07 21:56:02 +02:00
parent e9234d3d15
commit ebd4f1cdc2
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ FROM rust:${rust_version}-${debian_version}
ARG DEBIAN_FRONTEND=noninteractive
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"
ENV RUST_BACKTRACE=1
ENV RUSTFLAGS=-Dwarnings
ENV RUSTFLAGS="-D warnings -A renamed-and-removed-lints"
RUN apt-get update && \

View file

@ -37,7 +37,7 @@ on:
env:
RUST_BACKTRACE: 1
RUSTFLAGS: -D warnings
RUSTFLAGS: -D warnings -A renamed-and-removed-lints
# The layering here is as follows:
# 1. code formatting