Skip to content

Commit 0fc8252

Browse files
authored
Merge pull request #119 from cgwalters/fix-lint
Two lint fixes
2 parents d398e25 + 267c8ec commit 0fc8252

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[workspace]
22
members = ["cli", "lib", "xtask"]
3+
resolver = "2"
34

45
[profile.dev]
56
opt-level = 1 # No optimizations are too slow for us.

lib/src/privtests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ fn test_install_filesystem(image: &str, blockdev: &Utf8Path) -> Result<()> {
157157

158158
cmd!(sh, "umount -R {mountpoint}").run()?;
159159

160-
drop(mountpoint);
161-
162160
Ok(())
163161
}
164162

0 commit comments

Comments
 (0)