From c17abb5a334925ea635fa72a20582f42211cd1b1 Mon Sep 17 00:00:00 2001 From: Vincent de Phily Date: Mon, 4 Mar 2024 22:43:20 +0000 Subject: [PATCH] qa: Make rustfmt happy --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 139bc2f..be6ad63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ assert_cmd = "~2.0.0" name = "exec_compare" bench = false # https://github.com/rust-lang/cargo/issues/13456 -path = "make cargo publish happy" +path = "benches/exec_compare.rs" [features] # Experimental features, may require nightly compiler.