diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/trailing_zero_sized_array_without_repr.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/trailing_zero_sized_array_without_repr.rs b/tests/ui/trailing_zero_sized_array_without_repr.rs index dee7f811540..bfa3af0bbc3 100644 --- a/tests/ui/trailing_zero_sized_array_without_repr.rs +++ b/tests/ui/trailing_zero_sized_array_without_repr.rs @@ -23,8 +23,6 @@ struct OnlyAnotherAttribute { last: [usize; 0], } -// NOTE: Unfortunately the attribute isn't included in the lint output. I'm not sure how to make it -// show up. #[derive(Debug)] struct OnlyADeriveAttribute { field: i32, |
