diff options
| author | Nathaniel Hamovitz <18648574+nhamovitz@users.noreply.github.com> | 2021-10-19 14:23:55 -0700 |
|---|---|---|
| committer | Nathaniel Hamovitz <18648574+nhamovitz@users.noreply.github.com> | 2021-10-19 14:23:55 -0700 |
| commit | 60da4c9cb683a41eca4707ab7a533c5759b52485 (patch) | |
| tree | bce224af1b60a56cd9caf9aa6477f6c8ea0384ae | |
| parent | 5283d24b38631941790082b41ae3c99c698fc346 (diff) | |
| download | rust-60da4c9cb683a41eca4707ab7a533c5759b52485.tar.gz rust-60da4c9cb683a41eca4707ab7a533c5759b52485.zip | |
remove resolved note
| -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, |
