Closed
Description
Currently in the Cargo Book, precisely in https://doc.rust-lang.org/cargo/reference/manifest.html#the-edition-field, the edition of the example is correct (2018
) but the text above has the previous one (2015
) which as far as I know is no longer the default used when you use cargo new
.