Skip to content

Commit fd1ff22

Browse files
committed
rust: ignore more lints on the generated file
warnings appear with rust 1.89 Signed-off-by: Tristram Gräbener <tristram+git@tristramg.eu>
1 parent ae3be56 commit fd1ff22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#[allow(unused_imports)]
22
#[allow(clippy::all)]
33
#[allow(dead_code)]
4+
#[allow(mismatched_lifetime_syntaxes)]
45
#[rustfmt::skip]
56
mod lrs_generated;
67

0 commit comments

Comments
 (0)