Replace _, _
with ..
This commit is contained in:
parent
6f7e51e49b
commit
e05e74ac83
107 changed files with 275 additions and 271 deletions
|
@ -332,7 +332,7 @@ impl<'a> Prefix<'a> {
|
|||
pub fn is_verbatim(&self) -> bool {
|
||||
use self::Prefix::*;
|
||||
match *self {
|
||||
Verbatim(_) | VerbatimDisk(_) | VerbatimUNC(_, _) => true,
|
||||
Verbatim(_) | VerbatimDisk(_) | VerbatimUNC(..) => true,
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue