aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helix-core/src/state.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-core/src/state.rs b/helix-core/src/state.rs
index c3a5c3cd..67f23009 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<Self, Error> {
use std::{env, fs::File, io::BufReader, path::PathBuf};
let _current_dir = env::current_dir()?;