Fix typo in json_lines.rs (#1970)

This commit is contained in:
Eric Seppanen
2023-04-29 07:49:21 +02:00
committed by GitHub
parent c7d4af9bd8
commit ce7739e76d
+2 -2
View File
@@ -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;