Skip to content

Commit 55b3c44

Browse files
authored
remove use Cell in variance-object-types.rs
1 parent ddd18a5 commit 55b3c44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/ui/variance/variance-object-types.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![feature(rustc_attrs)]
22

3-
use std::cell::Cell;
43

54
// For better or worse, associated types are invariant, and hence we
65
// get an invariant result for `'a`.

0 commit comments

Comments
 (0)