Skip to content

Commit

Permalink
clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuaf committed Oct 6, 2021
1 parent bd21ba9 commit 3c075f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ mod test {
use anyhow::{bail, Result};
use oci_spec::runtime::HookBuilder;
use serial_test::serial;
use std::{env, fs, time::Duration};
use std::{env, fs};

fn is_command_in_path(program: &str) -> bool {
if let Ok(path) = env::var("PATH") {
Expand Down

0 comments on commit 3c075f8

Please sign in to comment.