summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs7
1 files changed, 0 insertions, 7 deletions
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::*;
- }
}