Skip to content

Commit 2186b09

Browse files
Implement tr-compiler-v3 enumeration compiler
1 parent fb4d1bd commit 2186b09

File tree

3 files changed

+371
-7
lines changed

3 files changed

+371
-7
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ mod prelude {
11201120
pub use alloc::{
11211121
borrow::{Borrow, Cow, ToOwned},
11221122
boxed::Box,
1123-
collections::{vec_deque::VecDeque, BTreeMap, BinaryHeap},
1123+
collections::{vec_deque::VecDeque, BTreeMap, BTreeSet, BinaryHeap},
11241124
rc, slice,
11251125
string::{String, ToString},
11261126
sync,
@@ -1130,7 +1130,7 @@ mod prelude {
11301130
pub use std::{
11311131
borrow::{Borrow, Cow, ToOwned},
11321132
boxed::Box,
1133-
collections::{vec_deque::VecDeque, BTreeMap, BinaryHeap, HashMap, HashSet},
1133+
collections::{vec_deque::VecDeque, BTreeMap, BTreeSet, BinaryHeap, HashMap, HashSet},
11341134
rc, slice,
11351135
string::{String, ToString},
11361136
sync,

0 commit comments

Comments
 (0)