chore: lint

This commit is contained in:
2022-12-25 12:00:28 +01:00
parent 00000220cb
commit 000002307a
3 changed files with 30 additions and 32 deletions

View File

@@ -6,8 +6,6 @@
use std::env;
use std::fs;
pub mod utils;
pub const ANSI_ITALIC: &str = "\x1b[3m";
pub const ANSI_BOLD: &str = "\x1b[1m";
pub const ANSI_RESET: &str = "\x1b[0m";