mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
200d03acad
Remove ExtendElement, ExtendWith, extend_with Related to #104624, broken up into two commits. The first removes wrapper trait ExtendWith and its only implementer struct ExtendElement. The second may have perf issues so may be reverted/removed if no alternate fix is found; it should be profiled. r? `@scottmcm`