diff --git a/helix-core/src/state.rs b/helix-core/src/state.rs index c3a5c3cd8..67f230090 100644 --- a/helix-core/src/state.rs +++ b/helix-core/src/state.rs @@ -42,7 +42,6 @@ impl State { } } - #[must_use] pub fn load(path: PathBuf) -> Result { use std::{env, fs::File, io::BufReader, path::PathBuf}; let _current_dir = env::current_dir()?;