summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a01e5e4..306441b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -63,7 +63,7 @@ pub mod utils {
}
// Feature `string_proc`
- #[cfg(feature = "string_proc")]
+ #[cfg(all(feature = "deprecated", feature = "string_proc"))]
pub mod string_proc {
extern crate string_proc;
pub use string_proc::*;