remove allow_attributes
false positive exceptions once Rust is updated
#1580
Labels
code-quality
core
pertaining to the astria-core crate
ignore-stale
Override for issues or PRs which should not be removed if stale.
After updating to Rust 1.81, I came across a bizarre false positive for
clippy::allow_attributes
andclippy:allow_attributes_without_reason
:rust-lang/rust-clippy#13380
rust-lang/rust-clippy#13463
It appears this has been fixed and will be pushed out as of Rust 1.83. We should remove this exception when we upgrade:
astria/crates/astria-core/src/protocol/genesis/v1alpha1.rs
Lines 134 to 139 in e267d1c
┆Issue Number: ENG-872
The text was updated successfully, but these errors were encountered: