Skip to content

Commit

Permalink
clippy: Remove unneceesary allow(clippy::all) from generated code.
Browse files Browse the repository at this point in the history
The lints have all been addressed, so this can be removed now.
  • Loading branch information
waywardmonkeys committed Oct 14, 2023
1 parent 5bd6e2d commit bb68381
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ fn main() -> Result<(), Box<dyn Error>> {
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;
Expand Down

0 comments on commit bb68381

Please sign in to comment.