Skip to content

Commit cdcab96

Browse files
CentrilKeruspe
authored andcommittedApr 25, 2019
bump bootstrap; remove redundant imports.
1 parent 2bc1d40 commit cdcab96

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/bootstrap/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1125,8 +1125,6 @@ impl Build {
11251125
/// `rust.save-toolstates` in `config.toml`. If unspecified, nothing will be
11261126
/// done. The file is updated immediately after this function completes.
11271127
pub fn save_toolstate(&self, tool: &str, state: ToolState) {
1128-
use std::io::{Seek, SeekFrom};
1129-
11301128
if let Some(ref path) = self.config.save_toolstates {
11311129
let mut file = t!(fs::OpenOptions::new()
11321130
.create(true)

0 commit comments

Comments
 (0)
Please sign in to comment.