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
Improve suggestion for [`needless_lifetimes`]
Fixesrust-lang#10093
changelog: [`needless_lifetimes`]: Suggestion now points at the elidable lifetimes, rather than the entire function declaration
If I build a crate like https://github.com/sfackler/rust-ssl with rustpkg, almost all of the crate attributes are stripped:
But if I build with rustc, they aren't:
The text was updated successfully, but these errors were encountered: