style: use Self where possible

This commit is contained in:
electria 2026-07-24 11:38:51 -07:00
commit 4dcbc94e0f
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -184,6 +184,6 @@ impl FromStr for Nodes {
}
}
Ok(Nodes(nodes))
Ok(Self(nodes))
}
}