mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
docs(rustc): Link unexpected_cfgs to the Cargo.toml docs
This is the first time we have a lint with configuration exposed in `Cargo.toml`. When this was done, interest was expressed in using this for other cases in the future. To this end, we need to make the documentation for the lint configuration discoverable from the documentation for that lint.
This commit is contained in:
parent
6d93626351
commit
9232bd2e83
@ -3256,7 +3256,11 @@ declare_lint! {
|
|||||||
/// See the [Checking Conditional Configurations][check-cfg] section for more
|
/// See the [Checking Conditional Configurations][check-cfg] section for more
|
||||||
/// details.
|
/// details.
|
||||||
///
|
///
|
||||||
|
/// See the [Cargo Specifics][unexpected_cfgs_lint_config] section for configuring this lint in
|
||||||
|
/// `Cargo.toml`.
|
||||||
|
///
|
||||||
/// [check-cfg]: https://doc.rust-lang.org/nightly/rustc/check-cfg.html
|
/// [check-cfg]: https://doc.rust-lang.org/nightly/rustc/check-cfg.html
|
||||||
|
/// [unexpected_cfgs_lint_config]: https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html#check-cfg-in-lintsrust-table
|
||||||
pub UNEXPECTED_CFGS,
|
pub UNEXPECTED_CFGS,
|
||||||
Warn,
|
Warn,
|
||||||
"detects unexpected names and values in `#[cfg]` conditions",
|
"detects unexpected names and values in `#[cfg]` conditions",
|
||||||
|
Loading…
Reference in New Issue
Block a user