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 d08da09 commit 323758dCopy full SHA for 323758d
1 file changed
src/main.rs
@@ -2,10 +2,9 @@ use std::fs::canonicalize;
2
use std::path::PathBuf;
3
4
use clap::{Parser, ArgAction};
5
-use scan::scan_readme_file;
6
use crate::entries::Entry;
7
use crate::render::render_entries;
8
-use crate::scan::{Stats, scan_dir, scan_todo_file};
+use crate::scan::{Stats, scan_dir, scan_todo_file, scan_readme_file};
9
10
pub mod scan;
11
pub mod render;
0 commit comments