fix: suppress `clippy::no_effect_underscore_binding` lint

This commit is contained in:
Harsh Shandilya 2022-09-16 16:09:49 +05:30
parent 7cee7699c5
commit 14451bd4a1
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#![allow(clippy::no_effect_underscore_binding)]
mod metric;
mod metric_conv;
mod metric_name;