Fix smol_str feature

This commit is contained in:
Steven Fackler
2022-08-20 15:18:19 -04:00
parent 91b21873ca
commit d6a6e9db83
6 changed files with 33 additions and 4 deletions

View File

@@ -224,7 +224,7 @@ mod geo_types_06;
mod geo_types_07;
#[cfg(feature = "with-serde_json-1")]
mod serde_json_1;
#[cfg(feature = "smol_str-01")]
#[cfg(feature = "with-smol_str-01")]
mod smol_str_01;
#[cfg(feature = "with-time-0_2")]
mod time_02;