Skip to content

Commit

Permalink
Reexport AnyTypeKind (#3579)
Browse files Browse the repository at this point in the history
  • Loading branch information
Norlock authored Oct 28, 2024
1 parent 028084b commit 3fb00e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/any/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub use sqlx_core::any::driver::install_drivers;

pub use sqlx_core::any::{
Any, AnyArguments, AnyConnectOptions, AnyExecutor, AnyPoolOptions, AnyQueryResult, AnyRow,
AnyStatement, AnyTransactionManager, AnyTypeInfo, AnyValue, AnyValueRef,
AnyStatement, AnyTransactionManager, AnyTypeInfo, AnyTypeInfoKind, AnyValue, AnyValueRef,
};

#[allow(deprecated)]
Expand Down

0 comments on commit 3fb00e1

Please sign in to comment.