Skip to content

Commit

Permalink
Merge pull request bpfman#998 from anfredette/fix-clippy-break
Browse files Browse the repository at this point in the history
Fix clippy errors flagged by new version of clippy
  • Loading branch information
mergify[bot] authored Feb 19, 2024
2 parents 0c2736e + 6b945a0 commit 5a3c651
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion bpfman-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pub mod util;
#[rustfmt::skip]
#[allow(clippy::all)]
pub mod v1;
use std::iter::FromIterator;

use clap::ValueEnum;
use serde::{Deserialize, Serialize};
Expand Down
1 change: 0 additions & 1 deletion bpfman/src/bpf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

use std::{
collections::HashMap,
convert::TryInto,
path::{Path, PathBuf},
};

Expand Down
1 change: 0 additions & 1 deletion xtask/src/build_ebpf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use std::{
fs::{self, create_dir_all},
path::{Path, PathBuf},
process::Command,
string::String,
};

use anyhow::{bail, Context, Result};
Expand Down

0 comments on commit 5a3c651

Please sign in to comment.