mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 21:40:58 +00:00
roc_bitcode false positive
This commit is contained in:
parent
f085b96f78
commit
3d2a5897e5
3 changed files with 16 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ version.workspace = true
|
|||
[dependencies]
|
||||
morphic_lib = { path = "../../vendor/morphic_lib" }
|
||||
roc_alias_analysis = { path = "../alias_analysis" }
|
||||
roc_bitcode_bc = { path = "../builtins/bitcode/bc" }
|
||||
roc_builtins = { path = "../builtins" }
|
||||
roc_collections = { path = "../collections" }
|
||||
roc_debug_flags = { path = "../debug_flags" }
|
||||
|
|
@ -23,3 +24,6 @@ roc_target = { path = "../roc_target" }
|
|||
bumpalo.workspace = true
|
||||
inkwell.workspace = true
|
||||
target-lexicon.workspace = true
|
||||
|
||||
[package.metadata.cargo-udeps.ignore]
|
||||
normal = ["roc_bitcode_bc"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue