From d6cc8551903e79bc3874e6d89f042f9691f95995 Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Sun, 14 Apr 2019 23:29:22 +0200 Subject: [PATCH] bump bootstrap; remove redundant imports. --- src/bootstrap/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index bcd28e9cf5e..fb60b470a36 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -1125,8 +1125,6 @@ impl Build { /// `rust.save-toolstates` in `config.toml`. If unspecified, nothing will be /// done. The file is updated immediately after this function completes. pub fn save_toolstate(&self, tool: &str, state: ToolState) { - use std::io::{Seek, SeekFrom}; - if let Some(ref path) = self.config.save_toolstates { let mut file = t!(fs::OpenOptions::new() .create(true)