diff options
Diffstat (limited to 'crates/mozart/src/commands/fund.rs')
| -rw-r--r-- | crates/mozart/src/commands/fund.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/fund.rs b/crates/mozart/src/commands/fund.rs index 85cd8c3..6b0cd67 100644 --- a/crates/mozart/src/commands/fund.rs +++ b/crates/mozart/src/commands/fund.rs @@ -7,7 +7,7 @@ use mozart_core::exit_code; use mozart_core::repository::cache::{Cache, build_cache_config}; use mozart_core::repository::installed::InstalledPackages; use mozart_core::repository::repository::{PackageQuery, RepositorySet}; -use serde::Serialize; +use serde::Serialize as _; use std::collections::{BTreeMap, BTreeSet}; #[derive(Args)] |
