Merge branch 'ref-method' of https://github.com/mitch161/rust-chat-server into ref-method
This commit is contained in:
commit
b33c250d08
|
|
@ -33,7 +33,6 @@ pub enum CommandParseError {
|
|||
NoString,
|
||||
}
|
||||
|
||||
|
||||
impl ToString for Commands {
|
||||
|
||||
fn to_string(&self) -> std::string::String {
|
||||
|
|
|
|||
Loading…
Reference in New Issue