1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 03:12:25 +01: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

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;