1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

add additional lints

This commit is contained in:
Daniel Eades 2022-01-30 21:25:09 +01:00
parent 4f9ba87c52
commit 4f8d1c5fcf
14 changed files with 49 additions and 38 deletions

View file

@ -219,7 +219,7 @@ fn test_change_directory() {
.args(&pwd)
.succeeds()
.stdout_move_str();
assert_eq!(out.trim(), temporary_path.as_os_str())
assert_eq!(out.trim(), temporary_path.as_os_str());
}
#[test]