about summary refs log tree commit diff
path: root/src/libstd_unicode/tests/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-04-05 15:55:28 +0200
committerSimon Sapin <simon.sapin@exyr.org>2018-04-12 00:13:43 +0200
commitf87d4a15a82a76e7510629173c366d084f2c02ca (patch)
tree0fe7c0452bcb154424472556bfc5baf8d0388cf2 /src/libstd_unicode/tests/lib.rs
parentae6adf335c88cad4e4a1805a805ac49dd1350174 (diff)
downloadrust-f87d4a15a82a76e7510629173c366d084f2c02ca.tar.gz
rust-f87d4a15a82a76e7510629173c366d084f2c02ca.zip
Move Utf8Lossy decoder to libcore
Diffstat (limited to 'src/libstd_unicode/tests/lib.rs')
-rw-r--r--src/libstd_unicode/tests/lib.rs15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/libstd_unicode/tests/lib.rs b/src/libstd_unicode/tests/lib.rs
deleted file mode 100644
index 9535ec18763..00000000000
--- a/src/libstd_unicode/tests/lib.rs
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright 2012-2017 The Rust Project Developers. See the COPYRIGHT
-// file at the top-level directory of this distribution and at
-// http://rust-lang.org/COPYRIGHT.
-//
-// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-// option. This file may not be copied, modified, or distributed
-// except according to those terms.
-
-#![feature(str_internals, unicode)]
-
-extern crate std_unicode;
-
-mod lossy;