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: doc/book/src/reference/unstable.md
+6-22Lines changed: 6 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,6 @@ Each new feature described below should explain how to use it.
116
116
*[per-package-target](#per-package-target) --- Sets the `--target` to use for each individual package.
117
117
*[artifact dependencies](#artifact-dependencies) --- Allow build artifacts to be included into other build artifacts and build them for different targets.
118
118
*[Profile `trim-paths` option](#profile-trim-paths-option) --- Control the sanitization of file paths in build outputs.
119
-
*[`[lints.cargo]`](#lintscargo) --- Allows configuring lints for Cargo.
120
119
*[path bases](#path-bases) --- Named base directories for path dependencies.
121
120
*[`unstable-editions`](#unstable-editions) --- Allows use of editions that are not yet stable.
122
121
* Information and metadata
@@ -1756,27 +1755,6 @@ Use fine grain locking instead of locking the entire build cache.
1756
1755
1757
1756
Note: Fine grain locking implicitly enables [build-dir-new-layout](#build-dir-new-layout) as fine grain locking builds on that directory reoganization.
0 commit comments