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.
1 parent 6f3e9c3 commit 3ed4ad8Copy full SHA for 3ed4ad8
src/bin/cargo/commands/install.rs
@@ -89,9 +89,8 @@ enables overwriting existing binaries. Thus you can reinstall a crate with
89
`cargo install --force <crate>`.
90
91
Omitting the <crate> specification entirely will install the crate in the
92
-current directory. That is, `install` is equivalent to the more explicit
93
-`install --path .`. This behaviour is deprecated, and no longer supported as
94
-of the Rust 2018 edition.
+current directory. This behaviour is deprecated, and it no longer works in the
+Rust 2018 edition. Use the more explicit `install --path .` instead.
95
96
If the source is crates.io or `--git` then by default the crate will be built
97
in a temporary target directory. To avoid this, the target directory can be
0 commit comments