diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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::*; |
