diff options
| author | Stepan Koltsov <stepan.koltsov@gmail.com> | 2017-06-12 20:07:54 +0300 |
|---|---|---|
| committer | Stepan Koltsov <stepan.koltsov@gmail.com> | 2017-06-15 20:42:35 +0100 |
| commit | ea149b8571d538fc8bb2117e46161d442aef48a4 (patch) | |
| tree | 3ba3ef157bf2a05918fc5b6f108cd54cf3e24199 /src/libstd_unicode/Cargo.toml | |
| parent | 258ae6dd9b1a8ac97986852fc9f00f7687004ccb (diff) | |
| download | rust-ea149b8571d538fc8bb2117e46161d442aef48a4.tar.gz rust-ea149b8571d538fc8bb2117e46161d442aef48a4.zip | |
Utf8Lossy type with chunks iterator and impl Display and Debug
Diffstat (limited to 'src/libstd_unicode/Cargo.toml')
| -rw-r--r-- | src/libstd_unicode/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libstd_unicode/Cargo.toml b/src/libstd_unicode/Cargo.toml index 28fbd3c1aa9..b3346dbe2fb 100644 --- a/src/libstd_unicode/Cargo.toml +++ b/src/libstd_unicode/Cargo.toml @@ -9,5 +9,9 @@ path = "lib.rs" test = false bench = false +[[test]] +name = "std_unicode_tests" +path = "tests/lib.rs" + [dependencies] core = { path = "../libcore" } |
