mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-22 00:00:17 +02:00
Fix typo in json_lines.rs (#1970)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user