Refactor a little bit.

This commit is contained in:
Blaž Hrastnik 2020-09-12 17:44:57 +09:00
parent b17a77b8b8
commit a106be94f1
8 changed files with 95 additions and 55 deletions

View file

@ -4,3 +4,7 @@ members = [
"helix-term",
"helix-syntax",
]
# Build helix-syntax in release mode to make the code path faster in development.
[profile.dev.package."helix-syntax"]
opt-level = 3