write something on read_vec
[rust-101.git] / src / main.rs
index e4108d44eea8f081c1d196e196526b3ca047972e..4352a505b98ab846be3f3f634eb059c0132616b9 100644 (file)
@@ -1,3 +1,4 @@
+#![allow(dead_code)]
 // Welcome to Rust-101
 // ===================
 //
@@ -9,6 +10,9 @@
 // I plan to cover. They may also be helpful as an offline resource, but you're on your
 // own then.
 
+// I will assume basic familiarity with programming, and hence not explain the basic
+// concepts common to most languages. Instead, I will focus on what makes Rust special.
+
 // The actual course is in the partXX.rs files. I suggest you get started with
 // [the first part](part00.html), or jump directly to where you left off: