Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarg66 authored Oct 19, 2023
1 parent a6e340b commit cb25f39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cargo-registry/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
//! The `registry_service` module implements the Solana cargo registry service.
use crate::crate_handler::{Program, UnpackedCrate};
use {
crate::{
client::Client,
crate_handler::{CratePackage, Error},
crate_handler::{CratePackage, Error, Program, UnpackedCrate},
sparse_index::RegistryIndex,
},
hyper::{
Expand Down

0 comments on commit cb25f39

Please sign in to comment.