mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 06:35:27 +00:00
Hide clippy configuration option.
Co-authored-by: Philipp Krones <hello@philkrones.com>
This commit is contained in:
parent
f0d3fd72d7
commit
8805931ce3
@ -173,7 +173,7 @@ define_Conf! {
|
||||
(disallowed_methods, "disallowed_methods": Vec<String>, Vec::<String>::new()),
|
||||
/// Lint: UNREADABLE_LITERAL. Should the fraction of a decimal be linted to include separators.
|
||||
(unreadable_literal_lint_fractions, "unreadable_literal_lint_fractions": bool, true),
|
||||
/// Lint: CARGO_COMMON_METADATA. For internal testing only, ignores the current `publish` settings in the Cargo manifest.
|
||||
/// Lint: _CARGO_COMMON_METADATA. For internal testing only, ignores the current `publish` settings in the Cargo manifest.
|
||||
(_cargo_ignore_publish, "_cargo_ignore_publish": bool, false),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user