diff options
| author | Josh Stone <jistone@redhat.com> | 2017-04-20 14:10:22 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2017-04-20 21:16:31 -0700 |
| commit | 313aab8fbeb98730f8ffa741ccf54f843d5e3525 (patch) | |
| tree | 7adac9021fca20cf1a495cf83da057c8adbf97da /src/libstd/lib.rs | |
| parent | cc605c895e3ac3d19b70da58a683a65200c491fe (diff) | |
| download | rust-313aab8fbeb98730f8ffa741ccf54f843d5e3525.tar.gz rust-313aab8fbeb98730f8ffa741ccf54f843d5e3525.zip | |
Remove RefCell::borrow_state
[unstable, deprecated since 1.15.0]
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 367779bb701..6c3abf99d11 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -248,7 +248,6 @@ #![feature(allow_internal_unstable)] #![feature(asm)] #![feature(associated_consts)] -#![feature(borrow_state)] #![feature(box_syntax)] #![feature(cfg_target_has_atomic)] #![feature(cfg_target_thread_local)] |
