mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-11 00:03:44 +08:00
Update code_rust.json
Added a few more Rust words and commonly used patterns, including turbofish!
This commit is contained in:
parent
4ee2ae20c2
commit
620d1b61bc
1 changed files with 19 additions and 1 deletions
|
@ -74,6 +74,24 @@
|
|||
"vec![]",
|
||||
"HashMap",
|
||||
"String",
|
||||
"String::from(\"monkeytype\")"
|
||||
"String::from(\"monkeytype\")",
|
||||
"collect::<Vec<i32>>()",
|
||||
"box",
|
||||
"lazy_static",
|
||||
"iter()",
|
||||
"filter(|x| x.is_ok())",
|
||||
"<'a>",
|
||||
"map",
|
||||
"BTreeMap",
|
||||
"VeqDeque",
|
||||
"LinkedList",
|
||||
"HashSet",
|
||||
"&'static",
|
||||
"..=",
|
||||
"?",
|
||||
"macro_rules!",
|
||||
"{:?}",
|
||||
"format!",
|
||||
"unwrap()"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue