Skip to content

Commit 68b1be6

Browse files
committed
rustfmt fix
1 parent cff971d commit 68b1be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgres-types/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ mod geo_types_06;
224224
mod geo_types_07;
225225
#[cfg(feature = "with-serde_json-1")]
226226
mod serde_json_1;
227+
#[cfg(feature = "smol_str-01")]
228+
mod smol_str_01;
227229
#[cfg(feature = "with-time-0_2")]
228230
mod time_02;
229231
#[cfg(feature = "with-time-0_3")]
@@ -232,8 +234,6 @@ mod time_03;
232234
mod uuid_08;
233235
#[cfg(feature = "with-uuid-1")]
234236
mod uuid_1;
235-
#[cfg(feature = "smol_str-01")]
236-
mod smol_str_01;
237237

238238
// The time::{date, time} macros produce compile errors if the crate package is renamed.
239239
#[cfg(feature = "with-time-0_2")]

0 commit comments

Comments
 (0)