We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76bce1 commit 491839bCopy full SHA for 491839b
1 file changed
src/visualizer.rs
@@ -38,7 +38,6 @@ use std::fmt::Display;
38
/// direction: Direction::BottomUp,
39
/// bar_alignment: BarAlignment::Right,
40
/// column_width_distribution: ColumnWidthDistribution::total(100),
41
-/// max_depth: std::num::NonZeroUsize::new(10).unwrap(),
42
/// };
43
/// println!("{visualizer}");
44
/// # }
0 commit comments