Skip to content

Commit 8a9a467

Browse files
committed
fix unused function warning in build script
1 parent c951758 commit 8a9a467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::env;
66
use std::fs;
77
use rustc_serialize::json;
88
use std::fs::OpenOptions;
9-
use std::io::{ErrorKind, Read, Write};
9+
use std::io::{ErrorKind, Read};
1010
use std::path::PathBuf;
1111
use std::process::Command;
1212
use std::convert::AsRef;

0 commit comments

Comments
 (0)