path: remove a line of code that is not useful
This commit is contained in:
parent
c459e897bd
commit
ffab1b405c
@ -351,7 +351,6 @@ impl<'a> Prefix<'a> {
|
||||
/// ```
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub fn is_separator(c: char) -> bool {
|
||||
use ascii::*;
|
||||
c.is_ascii() && is_sep_byte(c as u8)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user