Skip to content

Commit 7f4537d

Browse files
committed
pub typeinfo
1 parent 29e0540 commit 7f4537d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-core/src/any/type_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use crate::sqlite::SqliteTypeInfo;
1515
use crate::mssql::MssqlTypeInfo;
1616

1717
#[derive(Debug, Clone, PartialEq)]
18-
pub struct AnyTypeInfo(AnyTypeInfoKind);
18+
pub struct AnyTypeInfo(pub AnyTypeInfoKind);
1919

2020
#[derive(Debug, Clone, PartialEq)]
2121
#[non_exhaustive]

0 commit comments

Comments
 (0)