Skip to content

Commit ffab1b4

Browse files
committed
path: remove a line of code that is not useful
1 parent c459e89 commit ffab1b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/path.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ impl<'a> Prefix<'a> {
351351
/// ```
352352
#[stable(feature = "rust1", since = "1.0.0")]
353353
pub fn is_separator(c: char) -> bool {
354-
use ascii::*;
355354
c.is_ascii() && is_sep_byte(c as u8)
356355
}
357356

0 commit comments

Comments
 (0)