wip
This commit is contained in:
@@ -6,9 +6,7 @@
|
||||
// Execute `rustlings hint generics1` or use the `hint` watch subcommand for a
|
||||
// hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
fn main() {
|
||||
let mut shopping_list: Vec<?> = Vec::new();
|
||||
let mut shopping_list: Vec<_> = Vec::new();
|
||||
shopping_list.push("milk");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user