Skip to content

Commit 0ae311c

Browse files
author
Leo Pourcelot
committed
Fixes CI
Perhaps too much imports were removed.
1 parent 76f7726 commit 0ae311c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/persistent_list_map.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ impl fmt::Display for PersistentListMap {
172172
mod tests {
173173
use crate::persistent_list_map::*;
174174
use crate::value::ToValue;
175+
use crate::symbol::Symbol;
176+
175177
#[test]
176178
fn test_persistent_list_map() {
177179
let empty = PersistentListMap::Empty;

0 commit comments

Comments
 (0)