File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 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]
505505The `note ` option can appear several times , which results in several note messages being emitted .
506506
507507r [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 .
509509
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 .
513512
514513r [attributes . diagnostic. on_unimplemented. format- string ]
515514All 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