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 --- test_utils/src/git.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_utils/src/git.rs') diff --git a/test_utils/src/git.rs b/test_utils/src/git.rs index 5942a54..ab21f38 100644 --- a/test_utils/src/git.rs +++ b/test_utils/src/git.rs @@ -216,7 +216,7 @@ impl GitTestRepo { Ok(oid) } - pub fn create_branch(&self, branch_name: &str) -> Result { + pub fn create_branch(&'_ self, branch_name: &str) -> Result> { self.git_repo .branch(branch_name, &self.git_repo.head()?.peel_to_commit()?, false) .context("could not create branch") -- cgit v1.2.3