some work on part 02, and the layout
[rust-101.git] / src / main.rs
index 7850a99e2dd80dd13822445a006179ca203d9eee..fdc8f5fe56fca1bb607b8daf9d65ea371854ce47 100644 (file)
 // * [Part 01](part01.html)
 // * [Part 02](part02.html) (WIP)
 // * (to be continued)
-#![allow(dead_code)]
+#![allow(dead_code, unused_imports, unused_variables)]
 mod part00;
 mod part01;
 mod part02;
 
 // To actually run the code of some part (after filling in the blanks, if necessary), simply edit the `main`
-// function below.
+// function.
 
 fn main() {
     part00::part_main();