We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1ca0b commit d6cc855Copy full SHA for d6cc855
src/bootstrap/lib.rs
@@ -1125,8 +1125,6 @@ impl Build {
1125
/// `rust.save-toolstates` in `config.toml`. If unspecified, nothing will be
1126
/// done. The file is updated immediately after this function completes.
1127
pub fn save_toolstate(&self, tool: &str, state: ToolState) {
1128
- use std::io::{Seek, SeekFrom};
1129
-
1130
if let Some(ref path) = self.config.save_toolstates {
1131
let mut file = t!(fs::OpenOptions::new()
1132
.create(true)
0 commit comments