Commit 3ed4ad8 1 parent 6f3e9c3 commit 3ed4ad8 Copy full SHA for 3ed4ad8
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,8 @@ enables overwriting existing binaries. Thus you can reinstall a crate with
89
89
`cargo install --force <crate>`.
90
90
91
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.
92
+ current directory. This behaviour is deprecated, and it no longer works in the
93
+ Rust 2018 edition. Use the more explicit `install --path .` instead.
95
94
96
95
If the source is crates.io or `--git` then by default the crate will be built
97
96
in a temporary target directory. To avoid this, the target directory can be
You can’t perform that action at this time.
0 commit comments