Resolve clippies (#2843)

This commit is contained in:
Benno van den Berg
2024-07-24 00:07:25 +02:00
committed by GitHub
parent 37e4574012
commit 50274725cb
8 changed files with 3 additions and 23 deletions
+1
View File
@@ -30,6 +30,7 @@ mod tests {
}
// some extractor that requires the state, such as `SignedCookieJar`
#[allow(dead_code)]
pub(crate) struct RequiresState(pub(crate) String);
#[async_trait]