diff options
Diffstat (limited to 'tests/marker.rs')
-rw-r--r-- | tests/marker.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/marker.rs b/tests/marker.rs index d08fbfc..99f64c0 100644 --- a/tests/marker.rs +++ b/tests/marker.rs @@ -21,6 +21,7 @@ macro_rules! assert_impl { $( { // Implemented for types that implement $marker. + #[allow(dead_code)] trait IsNotImplemented { fn assert_not_implemented() {} } |