From a744f4aae9ffee9dd246090bef486b09433778d0 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 2 May 2025 14:37:14 +0100 Subject: chore: nix flake update update nix dependancies to latest version using default update options run `cargo clippy --fix` and `cargo fmt` to fix new clippy errors --- tests/git_remote_nostr/push.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/git_remote_nostr') diff --git a/tests/git_remote_nostr/push.rs b/tests/git_remote_nostr/push.rs index 4e44642..d041a89 100644 --- a/tests/git_remote_nostr/push.rs +++ b/tests/git_remote_nostr/push.rs @@ -1020,7 +1020,7 @@ async fn proposal_three_way_merge_commit_pushed_to_main_leads_to_status_event_is .any(|t| t.as_slice()[1].eq(&proposal_cover_letter_event.id.to_string())) && e.kind.eq(&Kind::GitPatch) }) - .last() + .next_back() .unwrap(); assert_eq!( -- cgit v1.2.3