Use on-disk-hash-table format for DefPathHashMap in hir::definitions.

This commit is contained in:
Michael Woerister 2021-07-20 13:54:37 +02:00
parent 0debea1377
commit d0be27c8ec
7 changed files with 66 additions and 5 deletions

View file

@ -144,6 +144,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
"num-integer",
"num-traits",
"object",
"odht",
"once_cell",
"opaque-debug",
"parking_lot",