fix: update debug macros to use log crate and remove unused imports
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
|
|
||||||
use anyhow::{anyhow, Context, Error, Result};
|
use anyhow::{anyhow, Context, Error, Result};
|
||||||
use clap::error::ErrorKind;
|
|
||||||
use clap::*;
|
use clap::*;
|
||||||
use log::*;
|
use log::*;
|
||||||
use rusqlite::Connection;
|
|
||||||
mod modes;
|
mod modes;
|
||||||
|
|
||||||
extern crate directories;
|
extern crate directories;
|
||||||
@@ -15,7 +13,6 @@ use prettytable::format;
|
|||||||
use prettytable::format::consts::FORMAT_NO_BORDER_LINE_SEPARATOR;
|
use prettytable::format::consts::FORMAT_NO_BORDER_LINE_SEPARATOR;
|
||||||
use prettytable::format::{Alignment, TableFormat};
|
use prettytable::format::{Alignment, TableFormat};
|
||||||
|
|
||||||
use std::io::BufWriter;
|
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|||||||
Reference in New Issue
Block a user