mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
Fix double must_use.
This commit is contained in:
parent
e282fc7595
commit
563e094916
1 changed files with 0 additions and 1 deletions
|
@ -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()?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue