microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.3.1

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

clippy.toml

4lines · modecode

1disallowed-types = [
2 { path = "std::collections::HashMap", reason = "use FxHashMap instead" },
3 { path = "std::collections::HashSet", reason = "use FxHashSet instead" },
4]
5