Skip to content

Commit

Permalink
pub typeinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Nov 2, 2024
1 parent 29e0540 commit 7f4537d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-core/src/any/type_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use crate::sqlite::SqliteTypeInfo;
use crate::mssql::MssqlTypeInfo;

#[derive(Debug, Clone, PartialEq)]
pub struct AnyTypeInfo(AnyTypeInfoKind);
pub struct AnyTypeInfo(pub AnyTypeInfoKind);

#[derive(Debug, Clone, PartialEq)]
#[non_exhaustive]
Expand Down

0 comments on commit 7f4537d

Please sign in to comment.