1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-25 14:22:54 +02:00

Remove unused libc dependency

This commit is contained in:
Vurich
2017-08-08 12:16:52 +02:00
committed by Andrew Gallant
parent 972ec1adc6
commit b3a9c34515
3 changed files with 0 additions and 3 deletions

View File

@ -8,7 +8,6 @@ extern crate grep;
extern crate ignore;
#[macro_use]
extern crate lazy_static;
extern crate libc;
#[macro_use]
extern crate log;
extern crate memchr;