Skip to content

Commit

Permalink
Reorder mod
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Nov 12, 2024
1 parent 4f29aca commit 61bf5b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions edgedb-tokio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ pub mod raw;
pub mod server_params;
#[cfg(feature = "unstable")]
pub mod tls;
#[cfg(feature = "unstable")]
pub mod env;

#[cfg(not(feature = "unstable"))]
mod credentials;
Expand All @@ -128,13 +130,11 @@ mod raw;
mod server_params;
#[cfg(not(feature = "unstable"))]
mod tls;
#[cfg(not(feature = "unstable"))]
mod env;

mod builder;
mod client;
#[cfg(feature = "unstable")]
pub mod env;
#[cfg(not(feature = "unstable"))]
mod env;
mod errors;
mod options;
mod query_executor;
Expand Down

0 comments on commit 61bf5b2

Please sign in to comment.