mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 11:44:28 +00:00
remove use Cell in variance-object-types.rs
This commit is contained in:
parent
ddd18a51db
commit
55b3c443d6
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user