From 452c8d0d9edb9894c108b6d577806c7c9d0071dd Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 25 Sep 2024 01:27:05 -0400 Subject: Crank up the Clippy warnings. This'll catch style issues, mostly. --- src/test/fixtures/login.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/fixtures/login.rs') diff --git a/src/test/fixtures/login.rs b/src/test/fixtures/login.rs index b2a4292..f1e4b15 100644 --- a/src/test/fixtures/login.rs +++ b/src/test/fixtures/login.rs @@ -6,7 +6,7 @@ use crate::{ repo::login::{self, Login}, }; -pub async fn create_for_login(app: &App) -> (String, String) { +pub async fn create_with_password(app: &App) -> (String, String) { let (name, password) = propose(); app.logins() .create(&name, &password) -- cgit v1.2.3