Skip to content

Commit

Permalink
fix(clippy): allow missing panics doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 23, 2023
1 parent 0e70cec commit 27b7ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions viz-core/src/body.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ impl Body {
}

/// Wraps a body into box.
#[allow(clippy::missing_panics_doc)]
pub fn wrap<B>(body: B) -> Self
where
B: HttpBody + Send + 'static,
Expand Down

0 comments on commit 27b7ebd

Please sign in to comment.