1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-08-08 22:36:55 +02:00

Merge pull request #1397 from crd477/patch-1

rustfmt
This commit is contained in:
liv
2023-02-26 13:10:04 +01:00
committed by GitHub

View File

@ -10,7 +10,7 @@
// I AM NOT DONE
fn main () {
fn main() {
let my_fav_fruits = vec!["banana", "custard apple", "avocado", "peach", "raspberry"];
let mut my_iterable_fav_fruits = ???; // TODO: Step 1