rust-analyzer/crates/mbe/src/expander
Chayim Refael Friedman 0f325c7ff8 Remove unnecessary predefined symbol clones
Now that they're const it's no longer needed.

Nothing manual was performed: only a regexp search of `sym::([\w][\w\d]*)\.clone\(\)` and replace by `sym::$1`.
2025-04-21 03:10:13 +03:00
..
matcher.rs cargo fmt 2025-03-15 21:32:01 +01:00
transcriber.rs Remove unnecessary predefined symbol clones 2025-04-21 03:10:13 +03:00