File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
pub size_getter : SizeGetter ,
47
47
/// Reports progress to external system.
48
48
pub reporter : Report ,
49
- /// Deepest level of descendent display in the graph. The size still counts toward total beyond the depth .
49
+ /// Deepest level of descendent display in the graph. The sizes beyond the max depth still count toward total .
50
50
pub max_depth : u64 ,
51
51
}
52
52
Original file line number Diff line number Diff line change 23
23
pub get_info : GetInfo ,
24
24
/// Function to join parent's `path` with a child's name to make the child's `name`.
25
25
pub join_path : JoinPath ,
26
- /// Deepest level of descendent to store as arrays. The size still counts toward total beyond the depth .
26
+ /// Deepest level of descendent to store as arrays. The sizes beyond the max depth still count toward total .
27
27
pub max_depth : u64 ,
28
28
}
29
29
You can’t perform that action at this time.
0 commit comments