mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Rust: expand Ty in documentation
This commit is contained in:
@@ -65,6 +65,7 @@ abbreviations = {
|
||||
"var": "variable",
|
||||
"ref": "reference",
|
||||
"pat": "pattern",
|
||||
"ty": "type reference",
|
||||
}
|
||||
|
||||
abbreviations.update({f"{k}s": f"{v}s" for k, v in abbreviations.items()})
|
||||
|
||||
Reference in New Issue
Block a user