We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d3fd7 commit 8805931Copy full SHA for 8805931
clippy_lints/src/utils/conf.rs
@@ -173,7 +173,7 @@ define_Conf! {
173
(disallowed_methods, "disallowed_methods": Vec<String>, Vec::<String>::new()),
174
/// Lint: UNREADABLE_LITERAL. Should the fraction of a decimal be linted to include separators.
175
(unreadable_literal_lint_fractions, "unreadable_literal_lint_fractions": bool, true),
176
- /// 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.
177
(_cargo_ignore_publish, "_cargo_ignore_publish": bool, false),
178
}
179
0 commit comments