@@ -294,7 +294,7 @@ performs the same actions as a regular `build.rs` script would perform.
294
294
295
295
The 'public-dependency' feature allows marking dependencies as 'public'
296
296
or 'private'. When this feature is enabled, additional information is passed to rustc to allow
297
- the ' exported_private_dependencies' lint to function properly.
297
+ the [ exported_private_dependencies] ( ../../rustc/lints/listing/warn-by-default.html#exported-private-dependencies ) lint to function properly.
298
298
299
299
This requires the appropriate key to be set in ` cargo-features ` :
300
300
@@ -1183,7 +1183,7 @@ codegen-backend = "cranelift"
1183
1183
1184
1184
* Tracking Issue: [ #11813 ] ( https://github.com/rust-lang/cargo/issues/11813 )
1185
1185
1186
- With the 'gitoxide' unstable feature, all or the specified git operations will be performed by
1186
+ With the 'gitoxide' unstable feature, all or the specified git operations will be performed by
1187
1187
the ` gitoxide ` crate instead of ` git2 ` .
1188
1188
1189
1189
While ` -Zgitoxide ` enables all currently implemented features, one can individually select git operations
@@ -1405,7 +1405,7 @@ But the paths to these separate files are sanitized.
1405
1405
If ` trim-paths ` is not ` none ` or ` false ` , then the following paths are sanitized if they appear in a selected scope:
1406
1406
1407
1407
1 . Path to the source files of the standard and core library (sysroot) will begin with ` /rustc/[rustc commit hash] ` ,
1408
- e.g. ` /home/username/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs ` ->
1408
+ e.g. ` /home/username/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs ` ->
1409
1409
` /rustc/fe72845f7bb6a77b9e671e6a4f32fe714962cec4/library/core/src/result.rs `
1410
1410
2 . Path to the current package will be stripped, relatively to the current workspace root, e.g. ` /home/username/crate/src/lib.rs ` -> ` src/lib.rs ` .
1411
1411
3 . Path to dependency packages will be replaced with ` [package name]-[version] ` . E.g. ` /home/username/deps/foo/src/lib.rs ` -> ` foo-0.1.0/src/lib.rs `
0 commit comments