From 2591672ed9934393029cb5097c2d79bdad591c08 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Fri, 7 Mar 2025 20:40:46 +0800 Subject: feat(ci): Update workflow file * chore: Address clippy suggestion Signed-off-by: KunoiSayami --- src/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test.rs') diff --git a/src/test.rs b/src/test.rs index 54435e5..3d54d71 100644 --- a/src/test.rs +++ b/src/test.rs @@ -312,7 +312,7 @@ mod core { #[test] fn test_protected_repo_parser() { - let tmpdir = tempdir::TempDir::new("test").unwrap(); + let tmpdir = tempfile::TempDir::new().unwrap(); let another_file_path = format!( "include={}/REPO_SETTING # TEST\ncgit-simple-auth-protect=part", -- cgit v1.3.1