Skip to content

Commit

Permalink
The TODO comment should not be visible in the public docs. (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker authored Dec 1, 2022
1 parent 5107021 commit 3652538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-runtime/aws-smithy-http/src/body.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ pin_project! {
/// For handling responses, the type of the body will be controlled
/// by the HTTP stack.
///
/// TODO(naming): Consider renaming to simply `Body`, although I'm concerned about naming headaches
/// between hyper::Body and our Body
// TODO(naming): Consider renaming to simply `Body`, although I'm concerned about naming headaches
// between hyper::Body and our Body
pub struct SdkBody {
#[pin]
inner: Inner,
Expand Down

0 comments on commit 3652538

Please sign in to comment.