diff options
Diffstat (limited to 'tests/ui/anon-params/anon-params-deprecated.fixed')
| -rw-r--r-- | tests/ui/anon-params/anon-params-deprecated.fixed | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/anon-params/anon-params-deprecated.fixed b/tests/ui/anon-params/anon-params-deprecated.fixed index 8ec1d41a709..2a506d4b3e1 100644 --- a/tests/ui/anon-params/anon-params-deprecated.fixed +++ b/tests/ui/anon-params/anon-params-deprecated.fixed @@ -1,9 +1,9 @@ #![warn(anonymous_parameters)] // Test for the anonymous_parameters deprecation lint (RFC 1685) -// check-pass -// edition:2015 -// run-rustfix +//@ check-pass +//@ edition:2015 +//@ run-rustfix #[allow(dead_code)] trait T { |
