Skip to content

Commit c203d2e

Browse files
FIX
1 parent 749f73d commit c203d2e

File tree

1 file changed

+4
-0
lines changed
  • rust-runtime/aws-smithy-types/src

1 file changed

+4
-0
lines changed

rust-runtime/aws-smithy-types/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ pub mod primitive;
2121
pub mod retry;
2222
pub mod timeout;
2323

24+
mod blob;
25+
mod number;
26+
mod document;
27+
2428
pub use blob::Blob;
2529
pub use date_time::DateTime;
2630
pub use document::Document;

0 commit comments

Comments
 (0)