Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Fanelli <[email protected]>
  • Loading branch information
tylerfanelli committed Jul 27, 2023
1 parent 8739f7b commit 68a6a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ok.rs
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ fn dev_sev_w() -> TestResult {
}
}

fn dev_sev_rw(file: &mut fs::OpenOptions) -> Result<()> {
fn dev_sev_rw(file: &fs::OpenOptions) -> Result<()> {
let path = "/dev/sev";

match file.open(path) {
Expand Down

0 comments on commit 68a6a0c

Please sign in to comment.