diff --git a/src/model/config.rs b/src/model/config.rs index a9569b4..4588502 100644 --- a/src/model/config.rs +++ b/src/model/config.rs @@ -11,7 +11,7 @@ pub struct Config<'net, 'fs> { auth_token: Option, issue_pattern: Regex, } -impl<'net, 'fs> Config<'net, 'fs> { +impl Config<'_, '_> { pub fn net(&self) -> &kxio::net::Net { self.net }