Skip to content

Commit 3b90e7d

Browse files
committed
Ignore items_after_statements pedantic clippy lint
1 parent bce0e5f commit 3b90e7d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#![allow(clippy::assertions_on_result_states, clippy::non_ascii_literal)]
1+
#![allow(
2+
clippy::assertions_on_result_states,
3+
clippy::items_after_statements,
4+
clippy::non_ascii_literal
5+
)]
26

37
use proc_macro2::{Ident, Literal, Punct, Spacing, Span, TokenStream, TokenTree};
48
use std::panic;

0 commit comments

Comments
 (0)