tokio-rs / slab

Slab allocator for Rust
MIT License
699 stars 84 forks source link

Including .clippy.toml in crate tarball leads to older clippy versions failing #103

Closed jplatte closed 3 years ago

jplatte commented 3 years ago

… even on crates that have slab as a dependency. cargo-diet might help setting a reasonable include / exclude value in Cargo.toml / [package]. Otherwises here's the docs for those settings.

taiki-e commented 3 years ago

This is definitely a clippy bug, but I would accept the patch to exclude the top-level hidden files/dirs, like my projects do.