mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
992d1e4d3d
Remove usages of span_suggestion without Applicability Use `Applicability::Unspecified` for all of them instead. Shall deprecations for the non-`_with_applicability` functions be added? Shall clippy be addressed somehow? r? @estebank