Przeglądaj źródła

Added verbose Output for Command

Lorenz Bung 7 lat temu
rodzic
commit
a972dcc65f
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      hw9/task1/src/lib.rs

+ 1
- 0
hw9/task1/src/lib.rs Wyświetl plik

@@ -22,6 +22,7 @@ pub fn parse(message: &str) -> Command {
22 22
     }
23 23
 }
24 24
 
25
+#[derive(Debug)]
25 26
 pub enum Command {
26 27
     Stage(String),
27 28
     Control(String),

Ładowanie…
Anuluj
Zapisz