diff options
| author | Yoke <834902408@qq.com> | 2022-06-13 17:20:24 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-13 17:20:24 +0800 |
| commit | ddd18a51db571b1202d0be7d2ed358298975f63c (patch) | |
| tree | a12d943326233499d646f9d67960cbd7570ef845 | |
| parent | 083721a1a7365d3afe1521cd2661b2201aac0450 (diff) | |
| download | rust-ddd18a51db571b1202d0be7d2ed358298975f63c.tar.gz rust-ddd18a51db571b1202d0be7d2ed358298975f63c.zip | |
del unrelated comment
issues97981
| -rw-r--r-- | src/test/ui/variance/variance-object-types.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/ui/variance/variance-object-types.rs b/src/test/ui/variance/variance-object-types.rs index 14e11f681b1..cf385825edb 100644 --- a/src/test/ui/variance/variance-object-types.rs +++ b/src/test/ui/variance/variance-object-types.rs @@ -1,6 +1,3 @@ -// Test that Cell is considered invariant with respect to its -// type. - #![feature(rustc_attrs)] use std::cell::Cell; |
