remove extraneous uses
This commit is contained in:
parent
d6b3d4e143
commit
8cdd216b39
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use crate::config::{read_config, Route, RouteGroup};
|
||||||
use actix_web::{middleware::Logger, App, HttpServer};
|
use actix_web::{middleware::Logger, App, HttpServer};
|
||||||
use clap::{crate_authors, crate_version, load_yaml, App as ClapApp};
|
use clap::{crate_authors, crate_version, load_yaml, App as ClapApp};
|
||||||
use error::BunBunError;
|
use error::BunBunError;
|
||||||
use handlebars::{Output, Handlebars, HelperResult, RenderContext, Context, Helper};
|
use handlebars::{Handlebars};
|
||||||
use hotwatch::{Event, Hotwatch};
|
use hotwatch::{Event, Hotwatch};
|
||||||
use log::{debug, info, trace, warn};
|
use log::{debug, info, trace, warn};
|
||||||
use std::cmp::min;
|
use std::cmp::min;
|
||||||
|
|
Loading…
Reference in a new issue