about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>2022-05-31 07:57:35 +0200
committerGitHub <noreply@github.com>2022-05-31 07:57:35 +0200
commitbf248c82e86f0205d953a04b0ed07e67c7109895 (patch)
tree3f1448a19c146c94baad64c7438fcd2209561e2f /library/std
parent38d8167d2e982bf0ad8d24aa994ad4adca0f6020 (diff)
parent846f134cd3eec85cc5751f971d828c86ee64e19f (diff)
Rollup merge of #97455 - JohnTitor:stabilize-toowned-clone-into, r=dtolnay
Stabilize `toowned_clone_into`

Closes #41263
FCP has been done: https://github.com/rust-lang/rust/issues/41263#issuecomment-1100760750
Diffstat (limited to 'library/std')
-rw-r--r--library/std/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 6dc3fd98584..5145790fa6b 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -298,7 +298,6 @@
 #![feature(map_try_insert)]
 #![feature(new_uninit)]
 #![feature(thin_box)]
-#![feature(toowned_clone_into)]
 #![feature(try_reserve_kind)]
 #![feature(vec_into_raw_parts)]
 //