mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
1ae157bc9e
Rustc removed the target wrapper and exposed the target directly.
Result of running:
find . -type f -exec sed -i -e 's/target\.target\([)\.,;]\)/target\1/g' {} \;
Plus one manual edit of the rust-version file