From 8a5a841e619793ce81b177179694712284be23e4 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sun, 17 Nov 2019 23:51:56 -0500 Subject: borrowck fixes --- src/commands/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/mod.rs') diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 82b359a..da75275 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -13,7 +13,7 @@ use crate::{ pub use self::{ playback::*, sound_levels::*, - roll::roll, + roll::{roll, ROLL_COMMAND}, }; #[cfg(feature = "diesel")] pub use self::meme::*; -- cgit v1.3.1