Skip to content

Commit

Permalink
Tweak: sort pub mod text; to comply CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium committed Aug 23, 2023
1 parent 7904402 commit aa33c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ pub mod redis_pubsub;
pub mod redis_reliablequeue;
#[cfg(feature = "sql")]
pub mod sql;
#[cfg(feature = "text")]
pub mod text;
#[cfg(feature = "time")]
pub mod time;
#[cfg(feature = "toml")]
Expand All @@ -48,8 +50,6 @@ pub mod unzip;
pub mod url;
#[cfg(feature = "worleynoise")]
pub mod worleynoise;
#[cfg(feature = "text")]
pub mod text;

#[cfg(not(target_pointer_width = "32"))]
compile_error!("rust-g must be compiled for a 32-bit target");

0 comments on commit aa33c4f

Please sign in to comment.