We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3be56 commit fd1ff22Copy full SHA for fd1ff22
1 file changed
src/lib.rs
@@ -1,6 +1,7 @@
1
#[allow(unused_imports)]
2
#[allow(clippy::all)]
3
#[allow(dead_code)]
4
+#[allow(mismatched_lifetime_syntaxes)]
5
#[rustfmt::skip]
6
mod lrs_generated;
7
0 commit comments