Skip to content

Commit cb39f2a

Browse files
author
bors-servo
authored
Auto merge of servo#231 - servo:build-rs-warn, r=SimonSapin
Remove some warnings. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/231) <!-- Reviewable:end -->
2 parents 394b781 + 1577daf commit cb39f2a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ extern crate quote;
88
extern crate syn;
99
extern crate proc_macro2;
1010

11-
use std::env;
12-
use std::path::Path;
13-
14-
1511
#[cfg(feature = "dummy_match_byte")]
1612
mod codegen {
1713
use std::path::Path;

0 commit comments

Comments
 (0)