Skip to content

Commit 97de242

Browse files
Implement tr-compiler-v3 enumeration compiler
1 parent 7d5374f commit 97de242

File tree

3 files changed

+476
-6
lines changed

3 files changed

+476
-6
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ mod prelude {
11191119
pub use alloc::{
11201120
borrow::{Borrow, Cow, ToOwned},
11211121
boxed::Box,
1122-
collections::{vec_deque::VecDeque, BTreeMap, BinaryHeap},
1122+
collections::{vec_deque::VecDeque, BTreeMap, BTreeSet, BinaryHeap},
11231123
rc, slice,
11241124
string::{String, ToString},
11251125
sync,
@@ -1129,7 +1129,7 @@ mod prelude {
11291129
pub use std::{
11301130
borrow::{Borrow, Cow, ToOwned},
11311131
boxed::Box,
1132-
collections::{vec_deque::VecDeque, BTreeMap, BinaryHeap, HashMap, HashSet},
1132+
collections::{vec_deque::VecDeque, BTreeMap, BTreeSet, BinaryHeap, HashMap, HashSet},
11331133
rc, slice,
11341134
string::{String, ToString},
11351135
sync,

0 commit comments

Comments
 (0)