Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/config.rs')
-rw-r--r--helix-core/src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/config.rs b/helix-core/src/config.rs
index 559aa2cb..27cd4e29 100644
--- a/helix-core/src/config.rs
+++ b/helix-core/src/config.rs
@@ -1,4 +1,4 @@
-use crate::syntax::{config::Configuration, Loader, LoaderError};
+use crate::syntax::{Configuration, Loader, LoaderError};
/// Language configuration based on built-in languages.toml.
pub fn default_lang_config() -> Configuration {