ref-method and command merge #4

Merged
Mitch161 merged 39 commits from cmd--optimization into master 2020-08-19 21:29:44 +00:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit c49bfb281e - Show all commits

View File

@ -32,11 +32,8 @@ use regex::Regex;
#[derive(Debug)]
pub enum ServerMessages {
RequestUpdate(String),
#[allow(dead_code)]
RequestInfo(String, String),
#[allow(dead_code)]
RequestDisconnect(String),
#[allow(dead_code)]
Shutdown,
}