remove extraneous uses

master
Edward Shen 2020-04-14 20:39:36 -04:00
parent d6b3d4e143
commit 8cdd216b39
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ use crate::config::{read_config, Route, RouteGroup};
use actix_web::{middleware::Logger, App, HttpServer};
use clap::{crate_authors, crate_version, load_yaml, App as ClapApp};
use error::BunBunError;
use handlebars::{Output, Handlebars, HelperResult, RenderContext, Context, Helper};
use handlebars::{Handlebars};
use hotwatch::{Event, Hotwatch};
use log::{debug, info, trace, warn};
use std::cmp::min;