From fcbd18c4b7d90388a9a2b9e28555d2526727958c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 25 Feb 2026 15:24:18 +0800 Subject: Replace string_proc with just_fmt as external dependency --- src/lib.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 7d05c3e..48decb2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -68,11 +68,4 @@ pub mod utils { extern crate tcp_connection; pub use tcp_connection::*; } - - // Feature `string_proc` - #[cfg(all(feature = "deprecated", feature = "string_proc"))] - pub mod string_proc { - extern crate string_proc; - pub use string_proc::*; - } } -- cgit