From 463eb6a1afddfced3e65bde03a39c4ab247bf9da Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Fri, 3 Apr 2020 21:28:14 -0400 Subject: [PATCH] Drop unused declaration in Cargo.toml --- compiler/builtins/bitcode/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/builtins/bitcode/Cargo.toml b/compiler/builtins/bitcode/Cargo.toml index 8aee3b813c..375c4b9627 100644 --- a/compiler/builtins/bitcode/Cargo.toml +++ b/compiler/builtins/bitcode/Cargo.toml @@ -7,7 +7,3 @@ readme = "README.md" edition = "2018" description = "Generate LLVM bitcode for Roc builtins" license = "Apache-2.0" - - -[build] -target-dir="~/code/roc/copmiler/builtins/bitcode/"