diff options
Diffstat (limited to 'src/geoparsers/v2ray/parsing.rs')
| -rw-r--r-- | src/geoparsers/v2ray/parsing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geoparsers/v2ray/parsing.rs b/src/geoparsers/v2ray/parsing.rs index 0f897bf..4f0bbba 100644 --- a/src/geoparsers/v2ray/parsing.rs +++ b/src/geoparsers/v2ray/parsing.rs @@ -1,6 +1,6 @@ use crate::geoparsers::v2ray::types::{Domain, GeoSite, GeoSiteList}; -use prost::bytes::Buf; use prost::Message; +use prost::bytes::Buf; use std::fs; pub struct GeoSiteService { |
