From 16d587b8a92abcd77e1940f2ec1e95e0446a43ff Mon Sep 17 00:00:00 2001 From: howardwu Date: Fri, 21 Aug 2020 03:09:09 -0700 Subject: [PATCH] Update Cargo.toml --- typed/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/typed/Cargo.toml b/typed/Cargo.toml index 87dc0efc73..9e305e1231 100644 --- a/typed/Cargo.toml +++ b/typed/Cargo.toml @@ -17,6 +17,7 @@ path = "src/main.rs" [[bench]] name = "typed_ast" +path = "benches/typed_ast.rs" harness = false [dependencies]