mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Formatting
This commit is contained in:
parent
bc615c9bfb
commit
23ba1f2e11
1 changed files with 4 additions and 5 deletions
|
|
@ -1,17 +1,16 @@
|
|||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
use anyhow::Result;
|
||||
use std::env;
|
||||
use std::fs;
|
||||
|
||||
mod checker;
|
||||
mod extract;
|
||||
|
||||
use checker::Checker;
|
||||
use extract::extract_links;
|
||||
|
||||
use anyhow::Result;
|
||||
use std::env;
|
||||
|
||||
use std::fs;
|
||||
|
||||
struct Args {
|
||||
verbose: bool,
|
||||
input: Option<String>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue