Skip to content

Commit 97c702d

Browse files
committed
test: Set recursion_limit
1 parent 744cb36 commit 97c702d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/visualizer.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![recursion_limit = "256"]
2+
13
use parallel_disk_usage::{
24
bytes_format::BytesFormat::*,
35
data_tree::DataTree,

0 commit comments

Comments
 (0)