File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -517,7 +517,7 @@ for the generic parameters for determining interior mutability
517
517
518
518
** Default Value:** ` ["bytes::Bytes"] ` (` Vec<String> ` )
519
519
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 )
521
521
522
522
523
523
### allow-mixed-uninlined-format-args
Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ define_Conf! {
437
437
///
438
438
/// The maximum size of the `Err`-variant in a `Result` returned from a function
439
439
( large_error_threshold: u64 = 128 ) ,
440
- /// Lint: MUTABLE_KEY .
440
+ /// Lint: MUTABLE_KEY_TYPE .
441
441
///
442
442
/// A list of paths to types that should be treated like `Arc`, i.e. ignored but
443
443
/// for the generic parameters for determining interior mutability
You can’t perform that action at this time.
0 commit comments