We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c351e7e commit bdd816dCopy full SHA for bdd816d
src/ascii_str.rs
@@ -184,15 +184,6 @@ impl PartialEq<AsciiStr> for str {
184
}
185
186
187
-/*
188
-impl PartialOrd<AsciiString> for AsciiStr {
189
- #[inline]
190
- fn partial_cmp(&self, other: &AsciiString) -> Option<Ordering> {
191
- self.as_bytes().partial_cmp(other.as_bytes())
192
- }
193
-}
194
-*/
195
-
196
impl ToOwned for AsciiStr {
197
type Owned = AsciiString;
198
src/lib.rs
@@ -7,8 +7,6 @@
7
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
-//
11
-// ignore-lexer-test FIXME #15679
12
13
//! Operations on ASCII strings and characters
14
0 commit comments