Skip to content

In examples, disable the static-mut-refs lint #1462

In examples, disable the static-mut-refs lint

In examples, disable the static-mut-refs lint #1462

Triggered via pull request November 29, 2024 20:18
Status Failure
Total duration 1m 51s
Artifacts

clippy.yml

on: pull_request
clippy_check
46s
clippy_check
Fit to window
Zoom out
Zoom in

Annotations

3 errors
unknown lint: `static_mut_refs`: examples/dma.rs#L4
error: unknown lint: `static_mut_refs` --> examples/dma.rs:4:10 | 4 | #![allow(static_mut_refs)] | ^^^^^^^^^^^^^^^ | note: the lint level is defined here --> examples/dma.rs:3:9 | 3 | #![deny(warnings)] | ^^^^^^^^ = note: `#[deny(unknown_lints)]` implied by `#[deny(warnings)]`
unknown lint: `static_mut_refs`: examples/spi-dma.rs#L11
error: unknown lint: `static_mut_refs` --> examples/spi-dma.rs:11:10 | 11 | #![allow(static_mut_refs)] | ^^^^^^^^^^^^^^^ | note: the lint level is defined here --> examples/spi-dma.rs:10:9 | 10 | #![deny(warnings)] | ^^^^^^^^ = note: `#[deny(unknown_lints)]` implied by `#[deny(warnings)]`
clippy_check
Clippy has exited with exit code 101