Skip to content

Commit

Permalink
Ignore items_after_statements pedantic clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 4, 2023
1 parent bce0e5f commit 3b90e7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#![allow(clippy::assertions_on_result_states, clippy::non_ascii_literal)]
#![allow(
clippy::assertions_on_result_states,
clippy::items_after_statements,
clippy::non_ascii_literal
)]

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

0 comments on commit 3b90e7d

Please sign in to comment.