More ununwraps (#1152)

* More ununwraps

* More ununwraps

* Update completer.rs

* Update completer.rs
This commit is contained in:
Jonathan Turner
2020-01-03 06:51:20 +13:00
committed by GitHub
parent 3e3cb15f3d
commit 339a2de0eb
17 changed files with 186 additions and 100 deletions

View File

@@ -96,7 +96,7 @@ fn filesystem_change_to_home_directory() {
"#
);
assert_eq!(PathBuf::from(actual), dirs::home_dir().unwrap());
assert_eq!(Some(PathBuf::from(actual)), dirs::home_dir());
})
}