diff --git a/cargo-registry/src/main.rs b/cargo-registry/src/main.rs index f76f8f15e69aee..073b8e42cb609c 100644 --- a/cargo-registry/src/main.rs +++ b/cargo-registry/src/main.rs @@ -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::{