fix: elide lifetimes on Config
This commit is contained in:
parent
daf560318d
commit
7ca81b1356
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ pub struct Config<'net, 'fs> {
|
|||
auth_token: Option<String>,
|
||||
issue_pattern: Regex,
|
||||
}
|
||||
impl<'net, 'fs> Config<'net, 'fs> {
|
||||
impl Config<'_, '_> {
|
||||
pub fn net(&self) -> &kxio::net::Net {
|
||||
self.net
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue