We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744cb36 commit 97c702dCopy full SHA for 97c702d
tests/visualizer.rs
@@ -1,3 +1,5 @@
1
+#![recursion_limit = "256"]
2
+
3
use parallel_disk_usage::{
4
bytes_format::BytesFormat::*,
5
data_tree::DataTree,
0 commit comments