mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 05:43:53 +01:00
removed allow(dead) and allow(unused)
This commit is contained in:
parent
1c749da401
commit
f91d452bd1
@ -1,6 +1,3 @@
|
||||
#![allow(unused)]
|
||||
#![allow(dead_code)]
|
||||
|
||||
mod lang;
|
||||
mod libs;
|
||||
mod parsing;
|
||||
|
@ -1,6 +1,3 @@
|
||||
#![allow(unused)]
|
||||
#![allow(dead_code)]
|
||||
|
||||
use std::{fs, time::Instant};
|
||||
|
||||
use lang::global_info::ColorFormatMode;
|
||||
|
Loading…
Reference in New Issue
Block a user