From a064941bd542a4d66ac1452bd876fef91b0bf87f Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Mon, 13 Aug 2018 19:31:24 -0400 Subject: update deps, prep for move to 2018 edition --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index ff5ca24..7bc37ec 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,7 @@ extern crate mime_guess; extern crate regex; extern crate clap; -use commands::register_commands; +use self::commands::register_commands; use dotenv::dotenv; use serenity::framework::standard::help_commands; use serenity::framework::StandardFramework; @@ -32,7 +32,7 @@ use std::time::{Duration, Instant}; use failure::Error; -pub use util::*; +pub use self::util::*; #[cfg(feature = "diesel")] #[macro_use] extern crate diesel; -- cgit v1.3.1