From c368ce34c794249a20985a8cd1cd13de938871c4 Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Mon, 23 Sep 2024 14:15:38 -0400 Subject: [PATCH] exclude procedural-fork tests --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a5b7f2f61..4d77745a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,6 +35,7 @@ members = [ "support/linting", "support/procedural-fork", ] +exclude = ["support/procedural-fork"] resolver = "2" [workspace.lints.clippy]