1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 19:02:22 +01:00

Remove 'advanced' example

This commit is contained in:
sharkdp
2019-10-29 19:46:04 +01:00
committed by David Peter
parent c132e19e74
commit 850677f121
2 changed files with 2 additions and 85 deletions

View File

@@ -25,9 +25,9 @@ mod diff;
pub mod dirs;
pub mod inputfile;
pub mod line_range;
pub mod output;
mod output;
mod preprocessor;
pub mod printer;
mod printer;
pub mod style;
pub mod syntax_mapping;
mod terminal;