replace #[inline(always)] with #[inline]. r=burningtree.

This commit is contained in:
Graydon Hoare
2013-06-18 14:45:18 -07:00
parent 303d7bfc87
commit d904c72af8
79 changed files with 1317 additions and 1317 deletions

View File

@@ -904,7 +904,7 @@ pub mod windows {
use libc;
use option::{None, Option, Some};
#[inline(always)]
#[inline]
pub fn is_sep(u: char) -> bool {
u == '/' || u == '\\'
}