rust/clippy_lints/src/methods
Matthias Krüger 3a96d6b603 rustup https://github.com/rust-lang/rust/pull/57907/
for file in `fd \.rs$` ; do sed  -i  s/span_suggestion_with_applicability/span_suggestion/g $file ; done

for file in `fd \.rs$` ; do sed  -i  s/span_suggestion_short_with_applicability/span_suggestion_short/g $file ; done

for file in `fd \.rs$` ; do sed  -i  s/span_suggestions_with_applicability/span_suggestions/g $file ; done
2019-01-27 13:33:56 +01:00
..
mod.rs rustup https://github.com/rust-lang/rust/pull/57907/ 2019-01-27 13:33:56 +01:00
unnecessary_filter_map.rs Remove all copyright license headers 2019-01-08 21:46:39 +01:00