Skip to content

Commit

Permalink
Work around rustdoc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Gjengset committed Jun 4, 2021
1 parent 04254e1 commit 20c45dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust-runtime/smithy-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ pub mod bounds;
pub mod erase;
pub mod retry;

// https://github.com/rust-lang/rust/issues/72081
#[allow(rustdoc::private_doc_tests)]
mod builder;
pub use builder::Builder;

Expand Down

0 comments on commit 20c45dd

Please sign in to comment.