From 7999b287c325fe2457295328f3177a6c05946d5f Mon Sep 17 00:00:00 2001 From: Brian Balser Date: Tue, 9 Jul 2024 10:39:03 -0400 Subject: [PATCH] Fix warning --- src/lib.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index ef8e990d..2cddca84 100755 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,9 +9,8 @@ pub use prost::{DecodeError, EncodeError, Message}; #[cfg(feature = "services")] pub mod services { use crate::{ - BlockchainRegionParamsV1, BlockchainTokenTypeV1, BlockchainTxn, BoostedHexInfoV1, - BoostedHexUpdateV1, DataRate, EntropyReportV1, GatewayStakingMode, MapperAttach, Region, - RoutingAddress, ServiceProvider, + BlockchainRegionParamsV1, BlockchainTokenTypeV1, BlockchainTxn, BoostedHexInfoV1, DataRate, + EntropyReportV1, GatewayStakingMode, MapperAttach, Region, RoutingAddress, ServiceProvider, }; pub mod iot_config {