Skip to content

Commit c03be23

Browse files
committed
Rollup merge of rust-lang#28749 - tshepang:patch-6, r=bluss
2 parents 7d433d6 + ffab1b4 commit c03be23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/path.rs

-1
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)