path: make this bit follow idiom

This commit is contained in:
Tshepang Lekhonkhobe 2015-05-23 19:51:52 +02:00
parent d233c28e76
commit d59546d07d

View File

@ -319,7 +319,7 @@ impl<'a> Prefix<'a> {
use self::Prefix::*;
match *self {
Verbatim(_) | VerbatimDisk(_) | VerbatimUNC(_, _) => true,
_ => false
_ => false,
}
}