Skip to content

Commit 8805931

Browse files
daxpeddaflip1995
andcommitted
Hide clippy configuration option.
Co-authored-by: Philipp Krones <[email protected]>
1 parent f0d3fd7 commit 8805931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/conf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ define_Conf! {
173173
(disallowed_methods, "disallowed_methods": Vec<String>, Vec::<String>::new()),
174174
/// Lint: UNREADABLE_LITERAL. Should the fraction of a decimal be linted to include separators.
175175
(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.
176+
/// Lint: _CARGO_COMMON_METADATA. For internal testing only, ignores the current `publish` settings in the Cargo manifest.
177177
(_cargo_ignore_publish, "_cargo_ignore_publish": bool, false),
178178
}
179179

0 commit comments

Comments
 (0)