add all the parts in workspace's main.rs
[rust-101.git] / workspace / src / part04.rs
index fb23f2906001b0f8111df9f0a4c45b8f4315b8a7..4f2174ad8e5a9cf2c8dd8871189c00fc13e17366 100644 (file)
@@ -1,5 +1,3 @@
-// ***Remember to enable/add this part in `main.rs`!***
-
 // Rust-101, Part 04: Ownership, Borrowing
 // =======================================