Hide clippy configuration option.

Co-authored-by: Philipp Krones <hello@philkrones.com>
This commit is contained in:
daxpedda 2021-02-06 16:51:51 +01:00
parent f0d3fd72d7
commit 8805931ce3
No known key found for this signature in database
GPG Key ID: 43D62A3EA388E46F

View File

@ -173,7 +173,7 @@ fn $config() -> $Ty {
(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),
}