From 68b1be6715bd6b8f1eef40c3b10653ce756a0a42 Mon Sep 17 00:00:00 2001 From: BratSinot Date: Tue, 5 Jul 2022 14:58:26 +0200 Subject: [PATCH] rustfmt fix --- postgres-types/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres-types/src/lib.rs b/postgres-types/src/lib.rs index c06a2fb4..8c32626a 100644 --- a/postgres-types/src/lib.rs +++ b/postgres-types/src/lib.rs @@ -224,6 +224,8 @@ mod geo_types_06; mod geo_types_07; #[cfg(feature = "with-serde_json-1")] mod serde_json_1; +#[cfg(feature = "smol_str-01")] +mod smol_str_01; #[cfg(feature = "with-time-0_2")] mod time_02; #[cfg(feature = "with-time-0_3")] @@ -232,8 +234,6 @@ mod time_03; mod uuid_08; #[cfg(feature = "with-uuid-1")] mod uuid_1; -#[cfg(feature = "smol_str-01")] -mod smol_str_01; // The time::{date, time} macros produce compile errors if the crate package is renamed. #[cfg(feature = "with-time-0_2")]