mirror of
https://github.com/Dummi26/mers.git
synced 2025-12-14 11:16:17 +01:00
removed allow(dead) and allow(unused)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user