about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src
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_codegen_cranelift/src
parent097bc6a84f2280a889b9ab4b544f27851a978927 (diff)
downloadrust-c28f2a8bee0274df49579e6e2bc4236e8e8ec279.tar.gz
rust-c28f2a8bee0274df49579e6e2bc4236e8e8ec279.zip
Stabilize str_split_once
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src')
-rw-r--r--compiler/rustc_codegen_cranelift/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/lib.rs b/compiler/rustc_codegen_cranelift/src/lib.rs
index 170750461ca..1480ab25133 100644
--- a/compiler/rustc_codegen_cranelift/src/lib.rs
+++ b/compiler/rustc_codegen_cranelift/src/lib.rs
@@ -5,8 +5,7 @@
     associated_type_bounds,
     never_type,
     try_blocks,
-    hash_drain_filter,
-    str_split_once
+    hash_drain_filter
 )]
 #![warn(rust_2018_idioms)]
 #![warn(unused_lifetimes)]