diff --git a/build/build.rs b/build/build.rs index 26bb1eb..06ba587 100644 --- a/build/build.rs +++ b/build/build.rs @@ -37,7 +37,6 @@ fn main() -> Result<(), Box> { let mut file = File::create(generated_dir.join("mod.rs")).ok().unwrap(); file.write_all("// The contents of this file are automatically generated and should not be modified directly. See the `build` directory. -#[allow(clippy::all)] pub mod entities; pub mod header; pub mod objects;