mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Allow renamed-and-removed-lints
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
parent
e9234d3d15
commit
ebd4f1cdc2
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ FROM rust:${rust_version}-${debian_version}
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"
|
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"
|
||||||
ENV RUST_BACKTRACE=1
|
ENV RUST_BACKTRACE=1
|
||||||
ENV RUSTFLAGS=-Dwarnings
|
ENV RUSTFLAGS="-D warnings -A renamed-and-removed-lints"
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -37,7 +37,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
RUSTFLAGS: -D warnings
|
RUSTFLAGS: -D warnings -A renamed-and-removed-lints
|
||||||
|
|
||||||
# The layering here is as follows:
|
# The layering here is as follows:
|
||||||
# 1. code formatting
|
# 1. code formatting
|
||||||
|
|
Loading…
Reference in a new issue