Skip to content

Commit af62bf9

Browse files
committed
fix key name of MUTABLE_KEY_TYPE
1 parent d87a6bc commit af62bf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/src/lint_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ for the generic parameters for determining interior mutability
517517

518518
**Default Value:** `["bytes::Bytes"]` (`Vec<String>`)
519519

520-
* [mutable_key](https://rust-lang.github.io/rust-clippy/master/index.html#mutable_key)
520+
* [mutable_key_type](https://rust-lang.github.io/rust-clippy/master/index.html#mutable_key_type)
521521

522522

523523
### allow-mixed-uninlined-format-args

clippy_lints/src/utils/conf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ define_Conf! {
437437
///
438438
/// The maximum size of the `Err`-variant in a `Result` returned from a function
439439
(large_error_threshold: u64 = 128),
440-
/// Lint: MUTABLE_KEY.
440+
/// Lint: MUTABLE_KEY_TYPE.
441441
///
442442
/// A list of paths to types that should be treated like `Arc`, i.e. ignored but
443443
/// for the generic parameters for determining interior mutability

0 commit comments

Comments
 (0)