Skip to content

Commit

Permalink
disable lints for codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrankland committed Jan 15, 2025
1 parent 5b13ecd commit e1518d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcresult/src/xcresult.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::{fs, path::Path, time::Duration};
use quick_junit::{NonSuccessKind, Report, TestCase, TestCaseStatus, TestRerun, TestSuite};
use schema::TestNode;

#[allow(dead_code)]
#[allow(clippy::all)]
mod schema {
include!(concat!(env!("OUT_DIR"), "/codegen.rs"));
}
Expand Down

0 comments on commit e1518d0

Please sign in to comment.