Skip to content

Commit d5471df

Browse files
committed
Fix clippy error on stable due to unknown lint
1 parent 46d69f0 commit d5471df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/krate/yanking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ impl crate::util::MockCookieUser {
4040
}
4141

4242
#[test]
43-
#[allow(clippy::bool_assert_comparison)] // for claim::assert_some_eq! with bool
43+
#[allow(unknown_lints, clippy::bool_assert_comparison)] // for claim::assert_some_eq! with bool
4444
fn yank_works_as_intended() {
4545
let (app, anon, cookie, token) = TestApp::full().with_token();
4646

0 commit comments

Comments
 (0)