diff options
Diffstat (limited to 'library/core/tests/macros.rs')
| -rw-r--r-- | library/core/tests/macros.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/tests/macros.rs b/library/core/tests/macros.rs index eb886def164..09994fbcbdb 100644 --- a/library/core/tests/macros.rs +++ b/library/core/tests/macros.rs @@ -1,3 +1,4 @@ +#[allow(dead_code)] trait Trait { fn blah(&self); } |
