diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-03-17 12:15:24 +0100 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-03-21 17:54:33 +0100 |
| commit | c09b9f937250db0f51b705a3110f8cffdad083bb (patch) | |
| tree | 54b20c17d36bae030cc3c83472d1d402b36ecf3e /src/test/run-pass | |
| parent | cc34ca1c9787fde84116637a0cee92fc5e375e3d (diff) | |
| download | rust-c09b9f937250db0f51b705a3110f8cffdad083bb.tar.gz rust-c09b9f937250db0f51b705a3110f8cffdad083bb.zip | |
Deprecate the AsciiExt trait in favor of inherent methods
The trait and some of its methods are stable and will remain. Some of the newer methods are unstable and can be removed later. Fixes https://github.com/rust-lang/rust/issues/39658
Diffstat (limited to 'src/test/run-pass')
| -rw-r--r-- | src/test/run-pass/issue-10683.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/run-pass/issue-10683.rs b/src/test/run-pass/issue-10683.rs index eb2177202a2..d3ba477fa57 100644 --- a/src/test/run-pass/issue-10683.rs +++ b/src/test/run-pass/issue-10683.rs @@ -10,8 +10,6 @@ // pretty-expanded FIXME #23616 -use std::ascii::AsciiExt; - static NAME: &'static str = "hello world"; fn main() { |
