File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments