Skip to content

Commit

Permalink
Silence clippy in 'test_internal_items'.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Feb 4, 2021
1 parent 77b0dfa commit 74005b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ pub async fn test_inference() {

pub async fn test_internal_items() {
#[async_trait]
#[allow(dead_code)]
#[allow(dead_code, clippy::items_after_statements)]
pub trait Trait: Sized {
async fn f(self) {
struct Struct;
Expand Down

0 comments on commit 74005b7

Please sign in to comment.