We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b5ac52 + a6dd871 commit 65eb6c0Copy full SHA for 65eb6c0
src/doc/trpl/hello-cargo.md
@@ -36,7 +36,7 @@ Note that since we're creating an executable, we used `main.rs`. If we
36
want to make a library instead, we should use `lib.rs`. This convention is required
37
for Cargo to successfully compile our projects, but it can be overridden if we wish.
38
Custom file locations for the entry point can be specified
39
-with a [`[[lib]]` or `[[bin]]`][crates-custom] key in the TOML file described below.
+with a [`[lib]` or `[[bin]]`][crates-custom] key in the TOML file.
40
41
[crates-custom]: http://doc.crates.io/manifest.html#configuring-a-target
42
0 commit comments