Upgrade v0.55.0 #553
GitHub Actions / clippy
failed
Jan 28, 2025 in 0s
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (1)
contracts/crypto-kitties/common/random/src/lib.rs|2 col 1| error: useless lint attribute
--> contracts/crypto-kitties/common/random/src/lib.rs:2:1
|
2 | #[allow(static_mut_refs)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: if you just forgot a !
, use: #![allow(static_mut_refs)]
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_attribute
= note: #[deny(clippy::useless_attribute)]
on by default
Filtered Findings (0)
Annotations
Check failure on line 2 in contracts/crypto-kitties/common/random/src/lib.rs
github-actions / clippy
[clippy] contracts/crypto-kitties/common/random/src/lib.rs#L2
error: useless lint attribute
--> contracts/crypto-kitties/common/random/src/lib.rs:2:1
|
2 | #[allow(static_mut_refs)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: if you just forgot a `!`, use: `#![allow(static_mut_refs)]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_attribute
= note: `#[deny(clippy::useless_attribute)]` on by default
Raw output
contracts/crypto-kitties/common/random/src/lib.rs:2:1:e:error: useless lint attribute
--> contracts/crypto-kitties/common/random/src/lib.rs:2:1
|
2 | #[allow(static_mut_refs)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: if you just forgot a `!`, use: `#![allow(static_mut_refs)]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_attribute
= note: `#[deny(clippy::useless_attribute)]` on by default
__END__
Loading