about summary refs log tree commit diff
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
commit260a5d4d640b286a0ec52fb8e52e357954d024e9 (patch)
tree020d7009503abbe31ac86c7343a2389126ca0ed1
parent5bdc56c00cfc5d675e628e346e493bd619aed46f (diff)
downloadrust-260a5d4d640b286a0ec52fb8e52e357954d024e9.tar.gz
rust-260a5d4d640b286a0ec52fb8e52e357954d024e9.zip
Stabilize str_split_once
-rw-r--r--src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 170750461ca..1480ab25133 100644
--- a/src/lib.rs
+++ b/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)]