Skip to content

Commit

Permalink
yep, i give up
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Dec 4, 2024
1 parent f201277 commit 82a1dae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/snippets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@ rust-format.workspace = true

[package.metadata.cargo-machete]
# false positives because they aren't used until codegen is run:
ignored = ["ndarray", "rand", "rand_distr", "rerun"]
ignored = [
"ndarray",
"rand",
"rand_distr",
"rerun",
"similar-asserts",
]

0 comments on commit 82a1dae

Please sign in to comment.