Commit b0ea74aa authored by Nick Mathewson's avatar Nick Mathewson 🦞
Browse files

Remove "self" arg from PathConfig::builder()

This was added by mistake.
parent a57b4962
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ fn ipv6_prefix_default() -> u8 {

impl PathConfig {
    /// Return a new [`PathConfigBuilder`].
    pub fn builder(&self) -> PathConfigBuilder {
    pub fn builder() -> PathConfigBuilder {
        PathConfigBuilder::default()
    }
    /// Return a subnet configuration based on these rules.