You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix lifetime warning by explicitly telling the compiler to infer from context
For context:
```
--> src/repositories/updater.rs:311:36
|
| pub(crate) fn repository_name(url: &str) -> Option<RepositoryName> {
| ^^^^ -------------- the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
````
0 commit comments