mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
a8956e6618
Remove redundant code from copy-suggestions Follow up to #94375, just remove some code that is not necessary anymore. This may make the perf of such suggestions a little bit worse, but I don't think this is significant. r? `@estebank`