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; use crate::queue::SendQueue;
impl Command { impl Command {
pub fn dispatch_help(command: &Command, args: String, token: Token, db: &mut Db) -> SendQueue { pub fn dispatch_help(_command: &Command, _args: String, token: Token, _db: &mut Db) -> SendQueue {
let mut send_queue = SendQueue::new(); SendQueue::ok(token)
send_queue
} }
} }

Loading…
Cancel
Save