From 6cfed05c877595a13953c49d87977dbc2a4de1d5 Mon Sep 17 00:00:00 2001 From: plotchy Date: Mon, 22 Jul 2024 14:15:56 -0400 Subject: [PATCH] lint --- crates/pyrometer/tests/no_killed_ctxs.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/pyrometer/tests/no_killed_ctxs.rs b/crates/pyrometer/tests/no_killed_ctxs.rs index 0da44405..b9beb7d4 100644 --- a/crates/pyrometer/tests/no_killed_ctxs.rs +++ b/crates/pyrometer/tests/no_killed_ctxs.rs @@ -41,7 +41,6 @@ fn test_condop() { assert_no_parse_errors(path_str); } - #[test] fn test_delete() { let manifest_dir = env::var("CARGO_MANIFEST_DIR").unwrap();