about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-06-27 23:01:00 +0200
committerGitHub <noreply@github.com>2019-06-27 23:01:00 +0200
commit2f6cf36b326d5045872785782cdd0c121a3198ec (patch)
tree40fe74655b94ca276ddeda29a233ec47281bec44 /src/libstd
parent7ddfae74b1e22b4de71f0fe839577b985c545a64 (diff)
parenta99a7b7f35e3b30862058cc28ed4b0cf51638cf4 (diff)
downloadrust-2f6cf36b326d5045872785782cdd0c121a3198ec.tar.gz
rust-2f6cf36b326d5045872785782cdd0c121a3198ec.zip
Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj
Remove `FnBox`

Remove `FnBox` since we now have `Box<dyn FnOnce>`.

Closes https://github.com/rust-lang/rust/issues/28796.

r? @cramertj
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index e0ffc9ba92f..60e06139eba 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -262,7 +262,6 @@
 #![feature(exhaustive_patterns)]
 #![feature(external_doc)]
 #![feature(fn_traits)]
-#![feature(fnbox)]
 #![feature(generator_trait)]
 #![feature(hash_raw_entry)]
 #![feature(hashmap_internals)]