slight changes so placeholder function quits emitting warning

master
rasul 5 years ago
parent a4ac0c86e9
commit af9f14685a

@ -5,9 +5,7 @@ use crate::database::Db;
use crate::queue::SendQueue;
impl Command {
pub fn dispatch_help(command: &Command, args: String, token: Token, db: &mut Db) -> SendQueue {
let mut send_queue = SendQueue::new();
send_queue
pub fn dispatch_help(_command: &Command, _args: String, token: Token, _db: &mut Db) -> SendQueue {
SendQueue::ok(token)
}
}

Loading…
Cancel
Save