rust-analyzer/crates/ide-diagnostics/src
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
..
handlers Remove unnecessary predefined symbol clones 2025-04-21 03:10:13 +03:00
tests Fix a bug with missing binding in MBE 2025-01-07 23:04:53 +02:00
lib.rs doc: Fix dead manual links 2025-04-20 20:28:52 +03:00
tests.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00