path: make this bit follow idiom
This commit is contained in:
parent
d233c28e76
commit
d59546d07d
@ -319,7 +319,7 @@ impl<'a> Prefix<'a> {
|
||||
use self::Prefix::*;
|
||||
match *self {
|
||||
Verbatim(_) | VerbatimDisk(_) | VerbatimUNC(_, _) => true,
|
||||
_ => false
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user