mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 02:15:01 +01:00
docs
This commit is contained in:
parent
e66cd52861
commit
9eff0f0188
7 changed files with 31 additions and 13 deletions
|
|
@ -2,5 +2,4 @@ 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" },
|
||||
{ path = "std::boxed::Box", reason = "we generally want to use bumpalos allocation" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue