In examples, disable the static-mut-refs lint #1460
Annotations
3 errors
unknown lint: `static_mut_refs`:
examples/serial-dma.rs#L11
error: unknown lint: `static_mut_refs`
--> examples/serial-dma.rs:11:10
|
11 | #![allow(static_mut_refs)]
| ^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> examples/serial-dma.rs:10:9
|
10 | #![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
|