about summary refs log tree commit diff
path: root/src/libcollections
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-04-21 14:37:53 +0000
committerbors <bors@rust-lang.org>2015-04-21 14:37:53 +0000
commit7397bdc9c516f3f714ad4974ecdd27f567d03d05 (patch)
treec5edaad9913aa0f093c8f4f090e2c6305cfa1f57 /src/libcollections
parent77acda1c8ee75f9eb923ddd811ee591951b2d43f (diff)
parent13bc8afa4b56e8d7b012f35a35a11087739abf15 (diff)
downloadrust-7397bdc9c516f3f714ad4974ecdd27f567d03d05.tar.gz
rust-7397bdc9c516f3f714ad4974ecdd27f567d03d05.zip
Auto merge of #24620 - pczarn:model-lexer-issues, r=cmr
Fixes #15679
Fixes #15878
Fixes #15882
Closes #15883
Diffstat (limited to 'src/libcollections')
-rw-r--r--src/libcollections/fmt.rs2
-rw-r--r--src/libcollections/str.rs2
-rw-r--r--src/libcollections/string.rs2
3 files changed, 0 insertions, 6 deletions
diff --git a/src/libcollections/fmt.rs b/src/libcollections/fmt.rs
index 3dc193fdc62..80942754c7b 100644
--- a/src/libcollections/fmt.rs
+++ b/src/libcollections/fmt.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
 
 //! Utilities for formatting and printing strings
 //!
diff --git a/src/libcollections/str.rs b/src/libcollections/str.rs
index 0f902e258b9..266cda9a237 100644
--- a/src/libcollections/str.rs
+++ b/src/libcollections/str.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
 
 //! Unicode string manipulation (the `str` type).
 //!
diff --git a/src/libcollections/string.rs b/src/libcollections/string.rs
index 81710286fde..85f8a9caaaa 100644
--- a/src/libcollections/string.rs
+++ b/src/libcollections/string.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
 
 //! An owned, growable string that enforces that its contents are valid UTF-8.