mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-16 10:05:45 +00:00
fix clippy errors
This commit is contained in:
@@ -104,5 +104,5 @@ pub fn save_csrf_token<R: Reply, F>(
|
||||
where
|
||||
F: Filter<Extract = (CsrfToken, R), Error = Rejection> + Clone + Send + Sync + 'static,
|
||||
{
|
||||
save_encrypted("csrf", &cookies_config)
|
||||
save_encrypted("csrf", cookies_config)
|
||||
}
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
#![deny(clippy::all)]
|
||||
#![warn(clippy::pedantic)]
|
||||
#![allow(clippy::module_name_repetitions)]
|
||||
#![allow(clippy::unused_async)]
|
||||
|
||||
use anyhow::Context;
|
||||
use clap::Clap;
|
||||
|
||||
Reference in New Issue
Block a user