refactor(dpop): apply clippy

This commit is contained in:
Edouard Vanbelle
2026-08-09 02:03:54 +02:00
parent 97a56899df
commit d0712817c5
4 changed files with 20 additions and 4 deletions
+1
View File
@@ -122,6 +122,7 @@ fn fixture_user(id: uuid::Uuid) -> CurrentUser {
username: Arc::from("alice.longname"),
email: Arc::from("alice.longname@example.com"),
role: smol_str::SmolStr::new_static("user"),
dpop_jkt: None,
}
}