From 3fae48107f62af7d2a6b0cf269dbda7b88f34f35 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 20 Jul 2017 15:46:46 -0700 Subject: std: Stabilize `utf8_error_error_len` feature Stabilizes: * `Utf8Error::error_len` Closes #40494 --- src/liballoc/tests/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/liballoc/tests') diff --git a/src/liballoc/tests/lib.rs b/src/liballoc/tests/lib.rs index 75ff7811137..27b23d14059 100644 --- a/src/liballoc/tests/lib.rs +++ b/src/liballoc/tests/lib.rs @@ -28,7 +28,6 @@ #![feature(test)] #![feature(unboxed_closures)] #![feature(unicode)] -#![feature(utf8_error_error_len)] extern crate alloc; extern crate test; -- cgit 1.4.1-3-g733a5