about summary refs log tree commit diff
diff options
context:
space:
mode:
authordaxpedda <daxpedda@gmail.com>2021-02-06 16:51:51 +0100
committerdaxpedda <daxpedda@gmail.com>2021-02-06 17:39:18 +0100
commit8805931ce35eeebb9c27c3efdf90245afecef20c (patch)
treeb05aca2b8f95cbbd9f4af58d45760195823abb21
parentf0d3fd72d7bacb60b1be554612ba19e87ca285cd (diff)
downloadrust-8805931ce35eeebb9c27c3efdf90245afecef20c.tar.gz
rust-8805931ce35eeebb9c27c3efdf90245afecef20c.zip
Hide clippy configuration option.
Co-authored-by: Philipp Krones <hello@philkrones.com>
-rw-r--r--clippy_lints/src/utils/conf.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/utils/conf.rs b/clippy_lints/src/utils/conf.rs
index 0b0d31c8603..e8a4236eeaa 100644
--- a/clippy_lints/src/utils/conf.rs
+++ b/clippy_lints/src/utils/conf.rs
@@ -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),
 }