Skip to content

Commit

Permalink
Merge pull request #119 from cgwalters/fix-lint
Browse files Browse the repository at this point in the history
Two lint fixes
  • Loading branch information
jmarrero committed Aug 30, 2023
2 parents d398e25 + 267c8ec commit 0fc8252
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
members = ["cli", "lib", "xtask"]
resolver = "2"

[profile.dev]
opt-level = 1 # No optimizations are too slow for us.
Expand Down
2 changes: 0 additions & 2 deletions lib/src/privtests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ fn test_install_filesystem(image: &str, blockdev: &Utf8Path) -> Result<()> {

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

drop(mountpoint);

Ok(())
}

Expand Down

0 comments on commit 0fc8252

Please sign in to comment.