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
This is still running some things, not sure why.
```
warning: hidden lifetime parameters in types are deprecated
--> ui/lint/reasons.rs:21:29
|
21 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
| ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>`
|
= note: explicit anonymous lifetimes aid reasoning about ownership
note: the lint level is defined here
--> ui/lint/reasons.rs:5:9
|
5 | #![warn(elided_lifetimes_in_paths,
| ^^^^^^^^^^^^^^^^^^^^^^^^^
```
However most of the lints have gone away.
0 commit comments