Skip to content

Commit

Permalink
fix: move doc comment inside pin_project macro for EncodedBody struct
Browse files Browse the repository at this point in the history
  • Loading branch information
zavakid committed Jan 21, 2025
1 parent e258eab commit 0960c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/web/src/wrapper/encoding/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ impl Encoder {
}
}

/// A wrapper around a `Body` that encodes the data.
pin_project! {
/// A wrapper around a `Body` that encodes the data.
struct EncodedBody<B: Body> {
#[pin]
inner: B,
Expand Down

0 comments on commit 0960c84

Please sign in to comment.