fix dict/set not being in scope

This commit is contained in:
Folkert 2022-07-13 14:04:38 +02:00
parent 439db7027d
commit cbd6052dbb
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 21 additions and 16 deletions

View file

@ -653,8 +653,8 @@ mod test {
Ident::from("List"),
Ident::from("Ok"),
Ident::from("Err"),
Ident::from("Dict"),
Ident::from("Set"),
// Ident::from("Dict"),
// Ident::from("Set"),
Ident::from("Box"),
]
);
@ -680,8 +680,8 @@ mod test {
Ident::from("List"),
Ident::from("Ok"),
Ident::from("Err"),
Ident::from("Dict"),
Ident::from("Set"),
// Ident::from("Dict"),
// Ident::from("Set"),
Ident::from("Box"),
]
);