rustfmt converts "main ()" -> "main()"
This commit is contained in:
Chad Dougherty 2023-02-24 08:51:03 -05:00 committed by GitHub
parent 701b4bef51
commit 8c88f769b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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