Skip to content

Commit c5ada10

Browse files
committed
Re-organize imports
1 parent 317592a commit c5ada10

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/cargo/core/compiler/output_sbom.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
//! cargo-sbom precursor files for external tools to create SBOM files from.
22
//! See [`output_sbom`] for more.
33
4-
use std::{
5-
collections::BTreeSet,
6-
io::{BufWriter, Write},
7-
path::PathBuf,
8-
};
4+
use std::collections::BTreeSet;
5+
use std::io::{BufWriter, Write};
6+
use std::path::PathBuf;
97

108
use cargo_util::paths::{self};
119
use cargo_util_schemas::core::PackageIdSpec;

0 commit comments

Comments
 (0)