Ver código fonte

Added documentation to ErrorType

Lorenz Bung 7 anos atrás
pai
commit
0307ac94c3
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      hw7/task2/src/errortype.rs

+ 1
- 0
hw7/task2/src/errortype.rs Ver arquivo

@@ -1,3 +1,4 @@
1
+/// Dieser Datentyp beschreibt die in der Shell auftretenden Fehler.
1 2
 #[derive(Debug, PartialEq)]
2 3
 pub enum ErrorType {
3 4
     PathError,

Carregando…
Cancelar
Salvar