Skip to content

Commit 26e1204

Browse files
committed
Rexport TypeInfo from crate root
Makes fully qualified usages significantly easier
1 parent 0f4ae19 commit 26e1204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub mod funcs;
3535

3636
mod core;
3737

38-
use crate::types::TypeInfo;
38+
pub use crate::types::TypeInfo;
3939

4040
/// The trait for types whose information can be accessed via static reflection.
4141
///

0 commit comments

Comments
 (0)