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]