Skip to content

Commit

Permalink
more allows
Browse files Browse the repository at this point in the history
  • Loading branch information
wormtql committed Mar 18, 2024
1 parent aa5fe80 commit 779f9fc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mona_generate/src/bin/gen_meta.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#![allow(unused_imports)]
#![allow(unused_variables)]
#![allow(unreachable_patterns)]
#![allow(clippy::approx_constant)]
#![allow(unused_mut)]
#![allow(unused_assignments)]
#![allow(dead_code)]
#![allow(unused_macros)]
#![allow(unused_imports)]
#![allow(unused_variables)]
#![allow(unreachable_patterns)]
#![allow(unused_must_use)]
#![allow(noop_method_call)]

use std::fs;
use std::fs::{File, OpenOptions};
use std::io::prelude::*;
Expand Down

0 comments on commit 779f9fc

Please sign in to comment.