Avoid loading Rust grammar in zed
tests
This commit is contained in:
parent
2280c75103
commit
7a05461c50
2 changed files with 3 additions and 5 deletions
|
@ -14,7 +14,7 @@ pub fn build_language_registry() -> LanguageRegistry {
|
|||
languages
|
||||
}
|
||||
|
||||
pub fn rust() -> Language {
|
||||
fn rust() -> Language {
|
||||
let grammar = tree_sitter_rust::language();
|
||||
let rust_config =
|
||||
toml::from_slice(&LanguageDir::get("rust/config.toml").unwrap().data).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue