vaultwarden/src
nathanmoreton a2d60c352b Fix fmt and clippy on Rust 1.95
The rebase onto upstream main bumped rust-toolchain to 1.95, which
flagged two things the 1.94 compiler didn't catch:

- rustfmt collapses build_redirect_uri's signature onto one line
- clippy's collapsible_if catches the nested if in validate_config

Style only, no behavior change.
2026-05-01 14:36:13 -05:00
..
api Fix fmt and clippy on Rust 1.95 2026-05-01 14:36:13 -05:00
db fix: return Err instead of panic on unknown cipher atype in to_json() (#7068) 2026-04-29 22:58:50 +02:00
static Several SSO Fixes (#7163) 2026-04-29 22:25:36 +02:00
auth.rs Misc org fixes (#7032) 2026-03-29 23:15:48 +02:00
config.rs Fix fmt and clippy on Rust 1.95 2026-05-01 14:36:13 -05:00
crypto.rs Several SSO Fixes (#7163) 2026-04-29 22:25:36 +02:00
error.rs Optimizations and build speedup (#6339) 2025-11-01 22:21:04 +01:00
http_client.rs Fix Host/IP resolving (#7162) 2026-04-29 22:20:59 +02:00
mail.rs fix(send_invite): add orgSsoIdentifier if sso_only is enabled (#6824) 2026-02-23 20:28:12 +01:00
main.rs Fix windows build issues (#7065) 2026-04-08 15:35:18 +02:00
ratelimit.rs Optimizations and build speedup (#6339) 2025-11-01 22:21:04 +01:00
sso_client.rs Several SSO Fixes (#7163) 2026-04-29 22:25:36 +02:00
sso.rs Several SSO Fixes (#7163) 2026-04-29 22:25:36 +02:00
util.rs Fix Host/IP resolving (#7162) 2026-04-29 22:20:59 +02:00