Fix double must_use.

pull/1/head
Blaž Hrastnik 2020-09-08 21:06:39 +09:00
parent e282fc7595
commit 563e094916
1 changed files with 0 additions and 1 deletions

View File

@ -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()?;