Formatting

This commit is contained in:
Matthias Endler 2020-08-09 22:48:02 +02:00
parent bc615c9bfb
commit 23ba1f2e11

View file

@ -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>,