about summary refs log tree commit diff
path: root/compiler/rustc_target
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2021-02-09 17:30:37 -0500
committerJacob Pratt <jacob@jhpratt.dev>2021-02-09 23:17:11 -0500
commitc28f2a8bee0274df49579e6e2bc4236e8e8ec279 (patch)
tree78917a8404f82d9297236f16607a0137df7c3d40 /compiler/rustc_target
parent097bc6a84f2280a889b9ab4b544f27851a978927 (diff)
Stabilize str_split_once
Diffstat (limited to 'compiler/rustc_target')
-rw-r--r--compiler/rustc_target/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/lib.rs b/compiler/rustc_target/src/lib.rs
index 1ad57582eba..fb747dfcbd3 100644
--- a/compiler/rustc_target/src/lib.rs
+++ b/compiler/rustc_target/src/lib.rs
@@ -15,7 +15,6 @@
 #![feature(never_type)]
 #![feature(associated_type_bounds)]
 #![feature(exhaustive_patterns)]
-#![feature(str_split_once)]
 
 #[macro_use]
 extern crate rustc_macros;