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
clippy:
error: constants have by default a `'static` lifetime
note: `#[deny(clippy::redundant_static_lifetimes)]` implied by `#[deny(clippy::all)]`
help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
Actually, I'm not sure why this wasn't found when running clippy on all
exercises in master...
0 commit comments