Merge branch 'ref-method' of https://github.com/mitch161/rust-chat-server into ref-method

This commit is contained in:
michael-bailey 2020-08-16 17:15:18 +01:00
commit b33c250d08
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ pub enum CommandParseError {
NoString,
}
impl ToString for Commands {
fn to_string(&self) -> std::string::String {