From 44566ea812eed023c89ab49b59f62e76ef2bd6c7 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Sun, 27 Jun 2021 13:27:21 +0900 Subject: Release 0.3.0 --- helix-core/src/syntax.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-core/src') diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs index 63ca424e..42c275d3 100644 --- a/helix-core/src/syntax.rs +++ b/helix-core/src/syntax.rs @@ -194,7 +194,7 @@ impl LanguageConfiguration { let language = get_language_name(self.language_id).to_ascii_lowercase(); let toml = load_runtime_file(&language, "indents.toml").ok()?; - toml::from_slice(&toml.as_bytes()).ok() + toml::from_slice(toml.as_bytes()).ok() }) .as_ref() } -- cgit v1.2.3-70-g09d2