Unverified Commit 3652538c authored by Luca Palmieri's avatar Luca Palmieri Committed by GitHub
Browse files

The TODO comment should not be visible in the public docs. (#2045)

parent 51070219
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,