style: use Self where possible
This commit is contained in:
parent
442dc5fd91
commit
4dcbc94e0f
1 changed files with 1 additions and 1 deletions
|
|
@ -184,6 +184,6 @@ impl FromStr for Nodes {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(Nodes(nodes))
|
Ok(Self(nodes))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue