Skip to content

Commit

Permalink
[Rust] Complete list of std::collections
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Dec 23, 2024
1 parent 7cd2a86 commit cfa554b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rust/Rust.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ variables:
std_types: |-
(?x:
# std::collections
VecDeque|BTreeMap|BTreeSet|HashMap|HashSet
VecDeque|LinkedList|BTreeMap|BTreeSet|HashMap|HashSet|BinaryHeap
# std::rc
|Rc
# std::sync
Expand Down

0 comments on commit cfa554b

Please sign in to comment.