Skip to content

Commit e9064ea

Browse files
committed
docs: fix
1 parent e5927c6 commit e9064ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/fs_tree_builder.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ use std::{
2525
/// os_string_display::OsStringDisplay,
2626
/// reporter::{ErrorOnlyReporter, ErrorReport},
2727
/// size::Bytes,
28+
/// hook,
2829
/// };
2930
/// let builder = FsTreeBuilder {
3031
/// root: std::env::current_dir().unwrap(),
32+
/// hook: hook::DoNothing,
3133
/// size_getter: GetApparentSize,
3234
/// reporter: ErrorOnlyReporter::new(ErrorReport::SILENT),
3335
/// max_depth: 10,

0 commit comments

Comments
 (0)