Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit a8316e7

Browse files
committed
allow lint with false-positive triggered by test-case crate
1 parent 23e8b37 commit a8316e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/tests/epoch_accounts_hash.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// REMOVE once https://github.com/rust-lang/rust-clippy/issues/11153 is fixed
2+
#![allow(clippy::items_after_test_module)]
3+
14
use {
25
crate::snapshot_utils::create_tmp_accounts_dir_for_tests,
36
log::*,

0 commit comments

Comments
 (0)