We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5f1bf commit c09ac19Copy full SHA for c09ac19
src/tools/rust-analyzer/.typos.toml
@@ -18,6 +18,7 @@ extend-ignore-re = [
18
"INOUT",
19
"optin",
20
"=Pn",
21
+ "\\[[0-9A-F]{4},", # AstId hex hashes
22
# ignore `// spellchecker:off` until `// spellchecker:on`
23
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
24
]
0 commit comments