Skip to content
Snippets Groups Projects
Commit b0ea74aa authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

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

This was added by mistake.
parent a57b4962
No related branches found
No related tags found
1 merge request!254Refactor, fix, test PathConfig type
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment