std: fix method renaming.
This commit is contained in:
parent
eecbe5556b
commit
13460de61c
@ -258,7 +258,7 @@ impl CharEq for extern "Rust" fn(char) -> bool {
|
||||
impl<'self, C: CharEq> CharEq for &'self [C] {
|
||||
#[inline(always)]
|
||||
fn matches(&self, c: char) -> bool {
|
||||
self.iter().any(|m| m.matches(c))
|
||||
self.iter().any_(|m| m.matches(c))
|
||||
}
|
||||
|
||||
fn only_ascii(&self) -> bool {
|
||||
|
Loading…
x
Reference in New Issue
Block a user