zed/crates/language
Piotr Osiewicz cc335db9e0
editor/language: hoist out non-generic parts of edit functions. (#3130)
This reduces LLVM IR size of editor (that's one of the heaviest crates
to build) by almost 5%.

LLVM IR size of `editor` before this PR: 3280386
LLVM IR size with `editor::edit` changed: 3227092
LLVM IR size with `editor::edit` and `language::edit` changed: 3146807

Release Notes:
- N/A
2023-10-16 13:17:44 +02:00
..
src editor/language: hoist out non-generic parts of edit functions. (#3130) 2023-10-16 13:17:44 +02:00
build.rs
Cargo.toml Autocomplete docs (#3126) 2023-10-13 13:26:45 -04:00