We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff971d commit 68b1be6Copy full SHA for 68b1be6
postgres-types/src/lib.rs
@@ -224,6 +224,8 @@ mod geo_types_06;
224
mod geo_types_07;
225
#[cfg(feature = "with-serde_json-1")]
226
mod serde_json_1;
227
+#[cfg(feature = "smol_str-01")]
228
+mod smol_str_01;
229
#[cfg(feature = "with-time-0_2")]
230
mod time_02;
231
#[cfg(feature = "with-time-0_3")]
@@ -232,8 +234,6 @@ mod time_03;
232
234
mod uuid_08;
233
235
#[cfg(feature = "with-uuid-1")]
236
mod uuid_1;
-#[cfg(feature = "smol_str-01")]
-mod smol_str_01;
237
238
// The time::{date, time} macros produce compile errors if the crate package is renamed.
239
0 commit comments