Skip to content

Commit

Permalink
Rollup merge of #28749 - tshepang:patch-6, r=bluss
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Sep 30, 2015
2 parents 283614f + ffab1b4 commit 2c4b89c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 2c4b89c

Please sign in to comment.