mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-07-28 18:39:32 +00:00
Rust 1.96.0 enables several new clippy lints. Apply the machine-applicable fixes (`duration_suboptimal_units`, `map_unwrap_or`, `manual_is_variant_and`, `unnecessary_trailing_comma`, `while_let_loop`) and suppress the `result_large_err` lint in the config test modules, where the closures passed to `Jail::expect_with` are required to return the large `figment::Error`.