1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-02 02:56:32 +02:00

edition: fix build.rs

This commit is contained in:
Andrew Gallant 2019-01-19 10:46:57 -05:00
parent 7a6a40bae1
commit 7cbc535d70
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -1,8 +1,3 @@
#[macro_use]
extern crate clap;
#[macro_use]
extern crate lazy_static;
use std::env;
use std::fs::{self, File};
use std::io::{self, Read, Write};