mirror of
https://github.com/sharkdp/bat.git
synced 2025-03-14 06:38:24 +00:00
Remove unused macros in bin/bat
This commit is contained in:
parent
23d80f9e84
commit
837d0998da
@ -1,26 +1,9 @@
|
|||||||
// `error_chain!` can recurse deeply
|
// `error_chain!` can recurse deeply
|
||||||
#![recursion_limit = "1024"]
|
#![recursion_limit = "1024"]
|
||||||
|
|
||||||
#[macro_use]
|
|
||||||
extern crate error_chain;
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate clap;
|
extern crate clap;
|
||||||
|
|
||||||
#[macro_use]
|
|
||||||
extern crate lazy_static;
|
|
||||||
|
|
||||||
extern crate ansi_term;
|
|
||||||
extern crate atty;
|
|
||||||
extern crate console;
|
|
||||||
extern crate content_inspector;
|
|
||||||
extern crate dirs as dirs_rs;
|
|
||||||
extern crate encoding;
|
|
||||||
extern crate git2;
|
|
||||||
extern crate shell_words;
|
|
||||||
extern crate syntect;
|
|
||||||
extern crate wild;
|
|
||||||
|
|
||||||
mod app;
|
mod app;
|
||||||
mod clap_app;
|
mod clap_app;
|
||||||
mod controller;
|
mod controller;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user