From 94411aaabf290a13569182b1a0d126d34329b3bb Mon Sep 17 00:00:00 2001 From: howardwu Date: Fri, 21 Aug 2020 02:56:38 -0700 Subject: [PATCH] add bench path --- ast/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ast/Cargo.toml b/ast/Cargo.toml index af9a9bfaea..b6e8336303 100644 --- a/ast/Cargo.toml +++ b/ast/Cargo.toml @@ -17,6 +17,7 @@ path = "src/main.rs" [[bench]] name = "ast" +path = "benches/ast.rs" harness = false [dependencies]