diff options
| author | J-ZhengLi <lizheng135@huawei.com> | 2023-02-24 10:46:07 +0800 |
|---|---|---|
| committer | J-ZhengLi <lizheng135@huawei.com> | 2023-03-13 20:13:56 +0800 |
| commit | f0ae2b71ca4053db3b86c20e7d612ecc11d50ee2 (patch) | |
| tree | ef073fcd8babcdaf325e7d55107686204891f9b4 /clippy_lints/src/utils | |
| parent | 8a9492aa03792f17c7b63b15d10ae9813daa4c4a (diff) | |
| download | rust-f0ae2b71ca4053db3b86c20e7d612ecc11d50ee2.tar.gz rust-f0ae2b71ca4053db3b86c20e7d612ecc11d50ee2.zip | |
make [`ifs_same_cond`] use `ignore_interior_mutablility` configuration
Diffstat (limited to 'clippy_lints/src/utils')
| -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 1c7f3e96db8..8ba252425a3 100644 --- a/clippy_lints/src/utils/conf.rs +++ b/clippy_lints/src/utils/conf.rs @@ -437,7 +437,7 @@ define_Conf! { /// /// The maximum size of the `Err`-variant in a `Result` returned from a function (large_error_threshold: u64 = 128), - /// Lint: MUTABLE_KEY_TYPE. + /// Lint: MUTABLE_KEY_TYPE, IFS_SAME_COND. /// /// A list of paths to types that should be treated like `Arc`, i.e. ignored but /// for the generic parameters for determining interior mutability |
