diff options
Diffstat (limited to 'tests/ui/suggestions/constrain-trait.fixed')
| -rw-r--r-- | tests/ui/suggestions/constrain-trait.fixed | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/suggestions/constrain-trait.fixed b/tests/ui/suggestions/constrain-trait.fixed index f292f27f0f3..f7360efe4c5 100644 --- a/tests/ui/suggestions/constrain-trait.fixed +++ b/tests/ui/suggestions/constrain-trait.fixed @@ -1,5 +1,6 @@ // run-rustfix // check-only +#![allow(dead_code)] #[derive(Debug)] struct Demo { |
