Skip to content

Commit 5f0561c

Browse files
doc: hidden
1 parent f965be3 commit 5f0561c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/trailers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ pub struct TrailersSender {
188188

189189
impl TrailersSender {
190190
/// Create a new instance of `TrailersSender`.
191+
#[doc(hidden)]
191192
pub fn new(sender: Sender<crate::Result<Trailers>>) -> Self {
192193
Self { sender }
193194
}

0 commit comments

Comments
 (0)