mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-03-12 09:29:11 +00:00
fix clippy
This commit is contained in:
parent
6ee3b1682b
commit
66a82a377e
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -917,7 +917,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"bitflags 2.5.0",
|
||||
"bitflags 2.6.0",
|
||||
"borsh",
|
||||
"bytemuck",
|
||||
"bytes",
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue