File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -169,15 +169,6 @@ impl PartialEq<AsciiStr> for str {
169
169
}
170
170
}
171
171
172
- /*
173
- impl PartialOrd<AsciiString> for AsciiStr {
174
- #[inline]
175
- fn partial_cmp(&self, other: &AsciiString) -> Option<Ordering> {
176
- self.as_bytes().partial_cmp(other.as_bytes())
177
- }
178
- }
179
- */
180
-
181
172
impl Default for & ' static AsciiStr {
182
173
fn default ( ) -> & ' static AsciiStr {
183
174
unsafe { mem:: transmute ( "" ) }
Original file line number Diff line number Diff line change 7
7
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
- //
11
- // ignore-lexer-test FIXME #15679
12
10
13
11
//! Operations on ASCII strings and characters
14
12
You can’t perform that action at this time.
0 commit comments