Skip to content

Commit 412137e

Browse files
committed
Update config contributing docs
1 parent 4998130 commit 412137e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/adding_lints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ in `clippy_lints/src/utils/conf.rs`:
454454
```rust
455455
define_Conf! {
456456
/// Lint: LIST, OF, LINTS, <THE_NEWLY_ADDED_LINT>. The minimum rust version that the project supports
457-
(msrv, "msrv": Option<String>, None),
457+
(msrv: Option<String> = None),
458458
...
459459
}
460460
```

0 commit comments

Comments
 (0)