Skip to content

Commit 66a82a3

Browse files
committed
fix clippy
1 parent 6ee3b16 commit 66a82a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storage/blockchain/src/ops/alt_block/block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ mod tests {
231231
types::AltBlockHeight,
232232
};
233233

234-
#[allow(clippy::range_plus_one)]
234+
#[expect(clippy::range_plus_one)]
235235
#[test]
236236
fn all_alt_blocks() {
237237
let (env, _tmp) = tmp_concrete_env();

0 commit comments

Comments
 (0)