File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -505,11 +505,10 @@ r[attributes.diagnostic.on_unimplemented.note-repetition]
505
505
The `note ` option can appear several times , which results in several note messages being emitted .
506
506
507
507
r [attributes . diagnostic. on_unimplemented. repetition]
508
- If any of the other options appears several times the first occurrence of the relevant option specifies the actually used value .
508
+ If any of the other options appears several times the first occurrence of the relevant option specifies the actually used value . Subsequent occurrences generates a warning .
509
509
510
- r [attributes . diagnostic. on_unimplemented. warnings]
511
- Any other occurrence generates an lint warning .
512
- For any other non - existing option a lint - warning is generated .
510
+ r [attributes . diagnostic. on_unimplemented. unknown- keys ]
511
+ A warning is generated for any unknown keys .
513
512
514
513
r [attributes . diagnostic. on_unimplemented. format- string ]
515
514
All three options accept a string as an argument , interpreted using the same formatting as a [`std :: fmt `] string .
You can’t perform that action at this time.
0 commit comments