Fix various invalid_html_tags clippy errors#2862
Conversation
| // specific language governing permissions and limitations | ||
| // under the License. | ||
|
|
||
| #![allow(rustdoc::invalid_html_tags)] |
There was a problem hiding this comment.
There are auto-generated rs file that I cannot modify directly. So allowing it here.
| #![deny(clippy::redundant_clone)] | ||
| #![warn(missing_debug_implementations)] | ||
|
|
||
| #![allow(rustdoc::invalid_html_tags)] |
There was a problem hiding this comment.
There are auto-generated rs file that I cannot modify directly. So allowing it here.
|
Benchmark runs are scheduled for baseline = 0268bba and contender = 3bb7f38. 3bb7f38 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Closes #2861.
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?