mirror of https://github.com/encounter/nod-rs.git
Resolve +nightly clippy warning
This commit is contained in:
parent
30bcf4936b
commit
e6a3871d28
|
@ -14,7 +14,7 @@ pub struct PathDisplay<'a> {
|
||||||
path: &'a Path,
|
path: &'a Path,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a> fmt::Display for PathDisplay<'a> {
|
impl fmt::Display for PathDisplay<'_> {
|
||||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||||
let mut first = true;
|
let mut first = true;
|
||||||
for segment in self.path.iter() {
|
for segment in self.path.iter() {
|
||||||
|
|
Loading…
Reference in New Issue