diff options
| author | daxpedda <daxpedda@gmail.com> | 2021-02-06 16:51:51 +0100 |
|---|---|---|
| committer | daxpedda <daxpedda@gmail.com> | 2021-02-06 17:39:18 +0100 |
| commit | 8805931ce35eeebb9c27c3efdf90245afecef20c (patch) | |
| tree | b05aca2b8f95cbbd9f4af58d45760195823abb21 | |
| parent | f0d3fd72d7bacb60b1be554612ba19e87ca285cd (diff) | |
| download | rust-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.rs | 2 |
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), } |
