dilaria/clippy.toml
2021-12-30 18:09:11 +01:00

5 lines
365 B
TOML

disallowed-types = [
{ path = "std::collections::HashMap", reason = "may be fxhash or siphash, depending on the feature, stay flexible" },
{ path = "std::collections::HashSet", reason = "may be fxhash or siphash, depending on the feature, stay flexible" },
{ path = "std::collections::Vec", reason = "we generally want to use bumpalos collections" },
]