Skip to content

Suppress new "unused_macro_rules" lint in one place

Ian Jackson requested to merge Diziet/arti:macro into main

The compiler can apparently tell that we aren't generating compile errors! Also that we're not yet using a feature provided here.

(New lint in currently Nightly.)

Merge request reports