We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048a64c commit c0f9343Copy full SHA for c0f9343
tests/regression/issue845.rs
@@ -1,3 +1,5 @@
1
+#![allow(clippy::trait_duplication_in_bounds)] // https://github.com/rust-lang/rust-clippy/issues/8757
2
+
3
use serde::{Deserialize, Deserializer};
4
use std::convert::TryFrom;
5
use std::fmt::{self, Display};
0 commit comments