diff --git a/Examples.md b/Examples.md index 897a4da..d757416 100644 --- a/Examples.md +++ b/Examples.md @@ -472,7 +472,7 @@ fn main() { ``` -// use crate::List::*; //! Unneeded bc of match auto-import +// use crate::List::*; //! Unneeded: match auto-imports enum List Cons(u32, Box) @@ -498,6 +498,11 @@ impl List + + + + + fn main let mut list = List::new()