You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Fix some false-positive clippy lints
Those were introduced in clippy 1.62 (under clippy::pedantic) and are in proc-macro generated code
This commit is contained in:
@@ -50,7 +50,8 @@ mod views;
|
||||
#[allow(
|
||||
clippy::too_many_lines,
|
||||
clippy::missing_panics_doc,
|
||||
clippy::too_many_arguments
|
||||
clippy::too_many_arguments,
|
||||
clippy::trait_duplication_in_bounds
|
||||
)]
|
||||
pub fn router<B>(
|
||||
pool: &PgPool,
|
||||
|
||||
Reference in New Issue
Block a user