diff options
| author | Piotr Czarnecki <pioczarn@gmail.com> | 2015-04-21 12:02:12 +0200 | 
|---|---|---|
| committer | Piotr Czarnecki <pioczarn@gmail.com> | 2015-04-21 12:02:12 +0200 | 
| commit | 13bc8afa4b56e8d7b012f35a35a11087739abf15 (patch) | |
| tree | f8a7c36c4078df4b108ae9ad5c8e80fab8ce0255 /src/libcore/str/mod.rs | |
| parent | e5e343aeb78a8fe7fed897eae1e79019383691e8 (diff) | |
| download | rust-13bc8afa4b56e8d7b012f35a35a11087739abf15.tar.gz rust-13bc8afa4b56e8d7b012f35a35a11087739abf15.zip | |
Model lexer: Fix remaining issues
Diffstat (limited to 'src/libcore/str/mod.rs')
| -rw-r--r-- | src/libcore/str/mod.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/libcore/str/mod.rs b/src/libcore/str/mod.rs index 2d6ef39361e..34810b4864e 100644 --- a/src/libcore/str/mod.rs +++ b/src/libcore/str/mod.rs @@ -7,8 +7,6 @@ // <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. -// -// ignore-lexer-test FIXME #15679 //! String manipulation //! | 
