Skip to content

Commit

Permalink
fix: nightly linting
Browse files Browse the repository at this point in the history
  • Loading branch information
stegaBOB committed Oct 6, 2023
1 parent 5de3b97 commit 3b62f06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/cargo-build-sbf/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use cargo_metadata::camino::Utf8PathBuf;
use {
bzip2::bufread::BzDecoder,
cargo_metadata::camino::Utf8PathBuf,
clap::{crate_description, crate_name, crate_version, Arg},
itertools::Itertools,
log::*,
Expand Down
4 changes: 2 additions & 2 deletions sdk/cargo-build-sbf/tests/crates.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use std::path::PathBuf;
use std::str::FromStr;
use {
predicates::prelude::*,
std::{
env, fs,
path::PathBuf,
str::FromStr,
sync::atomic::{AtomicBool, Ordering},
},
};
Expand Down

0 comments on commit 3b62f06

Please sign in to comment.