Skip to content

Commit

Permalink
make import syntax consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Nov 27, 2023
1 parent d08da09 commit 323758d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ use std::fs::canonicalize;
use std::path::PathBuf;

use clap::{Parser, ArgAction};
use scan::scan_readme_file;
use crate::entries::Entry;
use crate::render::render_entries;
use crate::scan::{Stats, scan_dir, scan_todo_file};
use crate::scan::{Stats, scan_dir, scan_todo_file, scan_readme_file};

pub mod scan;
pub mod render;
Expand Down

0 comments on commit 323758d

Please sign in to comment.