Sfoglia il codice sorgente

Add semicolon which caused compilation errors

Matthias 4 anni fa
parent
commit
0213085b9a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ Usage
 -----
 
 ```rust
-use simple_logger::SimpleLogger
+use simple_logger::SimpleLogger;
 
 fn main() {
     SimpleLogger::new().init().unwrap();