Skip to content

Commit

Permalink
Add some exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Oct 8, 2024
1 parent 0df1a8c commit 9579a7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/snippets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ rerun = { path = "../../crates/top/rerun" }
itertools.workspace = true
re_build_tools.workspace = true
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"]

0 comments on commit 9579a7b

Please sign in to comment.