You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/src/reference/unstable.md
+95-1Lines changed: 95 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Each new feature described below should explain how to use it.
93
93
*[codegen-backend](#codegen-backend) --- Select the codegen backend used by rustc.
94
94
*[per-package-target](#per-package-target) --- Sets the `--target` to use for each individual package.
95
95
*[artifact dependencies](#artifact-dependencies) --- Allow build artifacts to be included into other build artifacts and build them for different targets.
96
-
*[`[lints]`](#lints) --- Configure lint levels for various linter tools
96
+
*[`[lints]`](#lints) --- Configure lint levels for various linter tools.
97
97
* Information and metadata
98
98
*[Build-plan](#build-plan) --- Emits JSON information on which commands will be run.
99
99
*[unit-graph](#unit-graph) --- Emits JSON for Cargo's internal graph structure.
@@ -1396,6 +1396,100 @@ Valid operations are the following:
0 commit comments