zed/crates/editor
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
Cargo.toml Most of getting completion documentation resolved & cached MD parsing 2023-10-06 13:26:38 -04:00