path: make this bit follow idiom
This commit is contained in:
parent
d233c28e76
commit
d59546d07d
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ impl<'a> Prefix<'a> {
|
|||
use self::Prefix::*;
|
||||
match *self {
|
||||
Verbatim(_) | VerbatimDisk(_) | VerbatimUNC(_, _) => true,
|
||||
_ => false
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue