summaryrefslogtreecommitdiffstats
path: root/src/filestore/artifact.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/filestore/artifact.rs')
-rw-r--r--src/filestore/artifact.rs11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/filestore/artifact.rs b/src/filestore/artifact.rs
index 9ce752e..92efd3d 100644
--- a/src/filestore/artifact.rs
+++ b/src/filestore/artifact.rs
@@ -1,16 +1,15 @@
-use std::path::Path;
-use std::path::PathBuf;
-use std::cmp::PartialOrd;
use std::cmp::Ord;
use std::cmp::Ordering;
+use std::cmp::PartialOrd;
+use std::path::Path;
+use std::path::PathBuf;
use anyhow::Context;
use anyhow::Error;
-use anyhow::anyhow;
use anyhow::Result;
-use pom::*;
-use pom::parser::Parser as PomParser;
+use anyhow::anyhow;
use getset::Getters;
+use pom::parser::Parser as PomParser;
use crate::package::PackageName;
use crate::package::PackageVersion;