We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c951758 commit 8a9a467Copy full SHA for 8a9a467
build.rs
@@ -6,7 +6,7 @@ use std::env;
6
use std::fs;
7
use rustc_serialize::json;
8
use std::fs::OpenOptions;
9
-use std::io::{ErrorKind, Read, Write};
+use std::io::{ErrorKind, Read};
10
use std::path::PathBuf;
11
use std::process::Command;
12
use std::convert::AsRef;
0 commit comments