fix clippy
Some checks failed
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled

This commit is contained in:
Boog900 2024-09-18 22:35:28 +01:00
parent 6ee3b1682b
commit 66a82a377e
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -917,7 +917,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"bitflags 2.5.0",
"bitflags 2.6.0",
"borsh",
"bytemuck",
"bytes",

View file

@ -231,7 +231,7 @@ mod tests {
types::AltBlockHeight,
};
#[allow(clippy::range_plus_one)]
#[expect(clippy::range_plus_one)]
#[test]
fn all_alt_blocks() {
let (env, _tmp) = tmp_concrete_env();