mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
3a96d6b603
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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |