diff options
| author | Yoke <834902408@qq.com> | 2022-06-13 18:25:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-13 18:25:49 +0800 |
| commit | 55b3c443d695a0e53596f86406fb5b3f2b05a560 (patch) | |
| tree | cefbbd8ffdfe15761dd0ab0944e80feaa6224863 | |
| parent | ddd18a51db571b1202d0be7d2ed358298975f63c (diff) | |
| download | rust-55b3c443d695a0e53596f86406fb5b3f2b05a560.tar.gz rust-55b3c443d695a0e53596f86406fb5b3f2b05a560.zip | |
remove use Cell in variance-object-types.rs
| -rw-r--r-- | src/test/ui/variance/variance-object-types.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/variance/variance-object-types.rs b/src/test/ui/variance/variance-object-types.rs index cf385825edb..6ded24cd1e9 100644 --- a/src/test/ui/variance/variance-object-types.rs +++ b/src/test/ui/variance/variance-object-types.rs @@ -1,6 +1,5 @@ #![feature(rustc_attrs)] -use std::cell::Cell; // For better or worse, associated types are invariant, and hence we // get an invariant result for `'a`. |
