rustdoc book: fix example

This commit is contained in:
Marco Ieni 2020-12-27 14:10:00 +01:00 committed by GitHub
parent 1d517afcd0
commit f57152f640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ CSS, and JavaScript.
Let's give it a try! Create a new project with Cargo:
```bash
$ cargo new docs
$ cargo new docs --lib
$ cd docs
```