diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-04-05 15:55:28 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-04-12 00:13:43 +0200 |
| commit | f87d4a15a82a76e7510629173c366d084f2c02ca (patch) | |
| tree | 0fe7c0452bcb154424472556bfc5baf8d0388cf2 /src/libstd_unicode/tests/lib.rs | |
| parent | ae6adf335c88cad4e4a1805a805ac49dd1350174 (diff) | |
| download | rust-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.rs | 15 |
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; |
