mirror of
https://github.com/Dummi26/mers.git
synced 2025-12-15 19:47:50 +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 lang;
|
||||||
mod libs;
|
mod libs;
|
||||||
mod parsing;
|
mod parsing;
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
#![allow(unused)]
|
|
||||||
#![allow(dead_code)]
|
|
||||||
|
|
||||||
use std::{fs, time::Instant};
|
use std::{fs, time::Instant};
|
||||||
|
|
||||||
use lang::global_info::ColorFormatMode;
|
use lang::global_info::ColorFormatMode;
|
||||||
|
|||||||
Reference in New Issue
Block a user