Skip to content

Commit

Permalink
chore: squash unused import warning
Browse files Browse the repository at this point in the history
My bad.
  • Loading branch information
pepyakin committed Feb 27, 2024
1 parent 34add78 commit 24dc041
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ mod zombienet;

use clap::Parser;
use cli::{test, Cli, Commands};
use std::{
path::{Path, PathBuf},
str,
};
use std::{path::PathBuf, str};

fn main() -> anyhow::Result<()> {
init_logging()?;
Expand Down

0 comments on commit 24dc041

Please sign in to comment.