macros: suppress clippy::default_numeric_fallback lint in generated code (#3831)

This commit is contained in:
Taiki Endo
2021-06-02 18:16:23 +09:00
committed by GitHub
parent d4c89758fc
commit 9d8b37d51a
12 changed files with 27 additions and 22 deletions
+2
View File
@@ -1,3 +1,5 @@
#![allow(clippy::diverging_sub_expression)]
use std::rc::Rc;
#[allow(dead_code)]