From 4a9dcc66ac7be69031a19f6ece0be4642e1f3057 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 17 Oct 2025 15:22:05 +0100 Subject: chore: nix flake update update nix dependancies including hardcoded nightly.rustfmt applied autofixes --- tests/ngit_login.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ngit_login.rs') diff --git a/tests/ngit_login.rs b/tests/ngit_login.rs index 9e708dc..31c6edf 100644 --- a/tests/ngit_login.rs +++ b/tests/ngit_login.rs @@ -5,7 +5,7 @@ use test_utils::*; static EXPECTED_NSEC_PROMPT: &str = "nsec"; -fn show_first_time_login_choices(p: &mut CliTester) -> Result { +fn show_first_time_login_choices(p: &'_ mut CliTester) -> Result> { p.expect_choice( "login to nostr", vec![ -- cgit v1.2.3