You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
345 B
11 lines
345 B
7 years ago
|
--- pkg-config-0.3.9/src/lib.rs.asciiext 2017-01-24 09:27:31.000000000 -0800
|
||
|
+++ pkg-config-0.3.9/src/lib.rs 2018-01-25 18:11:44.581051903 -0800
|
||
|
@@ -64,6 +64,7 @@
|
||
|
#![doc(html_root_url = "https://docs.rs/pkg-config/0.3")]
|
||
|
#![cfg_attr(test, deny(warnings))]
|
||
|
|
||
|
+#[allow(unused_imports)]
|
||
|
use std::ascii::AsciiExt;
|
||
|
use std::env;
|
||
|
use std::error;
|