Skip to content

Commit

Permalink
Ignore from_over_into clippy lint in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 4, 2021
1 parent 3c9fa1c commit 8847800
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test_suite/tests/test_annotations.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#![allow(clippy::cast_lossless, clippy::trivially_copy_pass_by_ref)]
#![allow(
clippy::cast_lossless,
clippy::from_over_into,
clippy::trivially_copy_pass_by_ref
)]

use serde::de::{self, MapAccess, Unexpected, Visitor};
use serde::{Deserialize, Deserializer, Serialize, Serializer};
Expand Down

0 comments on commit 8847800

Please sign in to comment.