1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-01 18:31:46 +00:00

Move config.rs into src/bin/bat/

This commit is contained in:
Fahmi Akbar Wildana
2019-10-06 08:44:14 +07:00
committed by David Peter
parent d3243903c0
commit a2ee753b25
4 changed files with 7 additions and 6 deletions
-1
View File
@@ -19,7 +19,6 @@ extern crate syntect;
extern crate wild;
pub mod assets;
pub mod config;
pub mod diff;
pub mod dirs;
pub mod inputfile;