We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce0e5f commit 3b90e7dCopy full SHA for 3b90e7d
tests/test.rs
@@ -1,4 +1,8 @@
1
-#![allow(clippy::assertions_on_result_states, clippy::non_ascii_literal)]
+#![allow(
2
+ clippy::assertions_on_result_states,
3
+ clippy::items_after_statements,
4
+ clippy::non_ascii_literal
5
+)]
6
7
use proc_macro2::{Ident, Literal, Punct, Spacing, Span, TokenStream, TokenTree};
8
use std::panic;
0 commit comments