mirror of
https://github.com/tokio-rs/axum.git
synced 2025-04-26 13:56:22 +02:00
Fix typo in json_lines.rs (#1970)
This commit is contained in:
parent
c7d4af9bd8
commit
ce7739e76d
1 changed files with 2 additions and 2 deletions
|
@ -79,12 +79,12 @@ pin_project! {
|
|||
}
|
||||
}
|
||||
|
||||
/// Maker type used to prove that an `JsonLines` was constructed via `FromRequest`.
|
||||
/// Marker type used to prove that an `JsonLines` was constructed via `FromRequest`.
|
||||
#[derive(Debug)]
|
||||
#[non_exhaustive]
|
||||
pub struct AsExtractor;
|
||||
|
||||
/// Maker type used to prove that an `JsonLines` was constructed via `JsonLines::new`.
|
||||
/// Marker type used to prove that an `JsonLines` was constructed via `JsonLines::new`.
|
||||
#[derive(Debug)]
|
||||
#[non_exhaustive]
|
||||
pub struct AsResponse;
|
||||
|
|
Loading…
Add table
Reference in a new issue