diff options
Diffstat (limited to 'tests/ui/suggestions/object-unsafe-trait-should-use-where-sized.rs')
| -rw-r--r-- | tests/ui/suggestions/object-unsafe-trait-should-use-where-sized.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/suggestions/object-unsafe-trait-should-use-where-sized.rs b/tests/ui/suggestions/object-unsafe-trait-should-use-where-sized.rs index 38d9aea16eb..e4aa0d89239 100644 --- a/tests/ui/suggestions/object-unsafe-trait-should-use-where-sized.rs +++ b/tests/ui/suggestions/object-unsafe-trait-should-use-where-sized.rs @@ -1,4 +1,4 @@ -// run-rustfix +//@ run-rustfix #![allow(unused_variables, dead_code)] trait Trait { |
