File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,6 @@ search.use-boolean-and = true
10
10
11
11
[output .html .redirect ]
12
12
"/guide/build-cache.html" = " ../reference/build-cache.html"
13
+ "/commands/cargo-git-checkout.html" = " ./deprecated-and-removed.html"
14
+ "/commands/cargo-read-manifest.html" = " ./deprecated-and-removed.html"
15
+ "/commands/cargo-verify-project.html" = " ./deprecated-and-removed.html"
Original file line number Diff line number Diff line change 94
94
* [ cargo package] ( commands/cargo-package.md )
95
95
* [ cargo publish] ( commands/cargo-publish.md )
96
96
* [ cargo yank] ( commands/cargo-yank.md )
97
+ * [ Deprecated and Removed] ( commands/deprecated-and-removed.md )
97
98
98
99
* [ FAQ] ( faq.md )
99
100
* [ Appendix: Glossary] ( appendix/glossary.md )
Original file line number Diff line number Diff line change
1
+ ## Deprecated and Removed Commands
2
+
3
+ These commands have been deprecated or removed in early Rust releases.
4
+ Deprecated commands receive only critical bug fixes,
5
+ and may be removed in future versions.
6
+ Removed commands are no longer functional and are unsupported.
7
+
8
+ * ` read-manifest ` --- deprecated since Rust 1.13
9
+ * ` git-checkout ` --- removed since Rust 1.44
10
+ * ` verify-project ` --- deprecated since Rust 1.84
Original file line number Diff line number Diff line change 4
4
* [ Manifest Commands] ( manifest-commands.md )
5
5
* [ Package Commands] ( package-commands.md )
6
6
* [ Publishing Commands] ( publishing-commands.md )
7
+ * [ Deprecated and Removed] ( deprecated-and-removed.md )
You can’t perform that action at this time.
0 commit comments