We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24e7a6 commit 07eef01Copy full SHA for 07eef01
src/field_info/types.rs
@@ -26,6 +26,7 @@ bitflags! {
26
}
27
28
#[cfg(test)]
29
+#[allow(dead_code)]
30
trait TraitTester:
31
Copy + Clone + PartialEq + Eq + PartialOrd + Ord + ::std::hash::Hash + ::std::fmt::Debug
32
{
src/method_info/types.rs
@@ -28,6 +28,7 @@ bitflags! {
33
34
src/types.rs
@@ -37,6 +37,7 @@ bitflags! {
37
38
39
40
41
42
43
0 commit comments