We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b43932 + f57152f commit 7800c70Copy full SHA for 7800c70
src/doc/rustdoc/src/what-is-rustdoc.md
@@ -10,7 +10,7 @@ CSS, and JavaScript.
10
Let's give it a try! Create a new project with Cargo:
11
12
```bash
13
-$ cargo new docs
+$ cargo new docs --lib
14
$ cd docs
15
```
16
0 commit comments