Rollup merge of #28749 - tshepang:patch-6, r=bluss
This commit is contained in:
commit
2c4b89ca99
1 changed files with 0 additions and 1 deletions
|
@ -351,7 +351,6 @@ impl<'a> Prefix<'a> {
|
||||||
/// ```
|
/// ```
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
pub fn is_separator(c: char) -> bool {
|
pub fn is_separator(c: char) -> bool {
|
||||||
use ascii::*;
|
|
||||||
c.is_ascii() && is_sep_byte(c as u8)
|
c.is_ascii() && is_sep_byte(c as u8)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue