Skip to content

Commit

Permalink
cargo: remove unused exclusions
Browse files Browse the repository at this point in the history
We retain 'tmp' since I occasionally create such directories.

Closes #143
  • Loading branch information
atouchet authored and BurntSushi committed Dec 28, 2023
1 parent a22b2df commit 8b62928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/BurntSushi/memchr"
readme = "README.md"
keywords = ["memchr", "memmem", "substring", "find", "search"]
license = "Unlicense OR MIT"
exclude = ["/bench", "/benchmarks", "/.github", "/fuzz", "/scripts", "/tmp"]
exclude = ["/.github", "/benchmarks", "/fuzz", "/scripts", "/tmp"]
edition = "2021"
rust-version = "1.61"

Expand Down

0 comments on commit 8b62928

Please sign in to comment.