Remove a write of empty string
This commit is contained in:
parent
a2d9b6d1b1
commit
6e288fdae0
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ impl fmt::Display for UseTree {
|
|||
write!(f, "::")?;
|
||||
}
|
||||
}
|
||||
write!(f, "")
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue