Skip to content

Commit 3dad2ac

Browse files
committed
Avoid clippy warnings in Nightly
1 parent a6439d2 commit 3dad2ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

riscv-rt/macros/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![deny(warnings)]
2+
#![allow(clippy::collapsible_if)] // to avoid warnings in Nightly builds
23

34
use proc_macro::TokenStream;
45
use proc_macro2::{Span, TokenStream as TokenStream2};

0 commit comments

Comments
 (0)