style: rearrange imports to satisfy cargo fmt check

This commit is contained in:
Chris Hennick 2024-05-02 09:35:46 -07:00 committed by GitHub
parent 3cfbdfca83
commit d802453525
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
//! Types that specify what is contained in a ZIP.
use path::{Component, Path, PathBuf};
use num_enum::{FromPrimitive, IntoPrimitive};
use path::{Component, Path, PathBuf};
use std::path;
use std::sync::{Arc, OnceLock};