Skip to content

Commit 8fa4e71

Browse files
committed
---
yaml --- r: 187545 b: refs/heads/tmp c: 2f735f5 h: refs/heads/master i: 187543: 4a69b32 v: v3
1 parent 56db16f commit 8fa4e71

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 522d09dfecbeca1595f25ac58c6d0178bbd21d7d
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: 55f625a96b84a2605b6f80ee3facf8061d0b00b0
37+
refs/heads/tmp: 2f735f52c9034ed8a30b7255329fa342dfeb20a5
3838
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f

branches/tmp/src/rustbook/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
//! Implementation of the `build` subcommand, used to compile a book.
1212
13-
use std::os;
1413
use std::env;
1514
use std::old_io;
1615
use std::old_io::{fs, File, BufferedWriter, TempDir, IoResult};

branches/tmp/src/rustbook/test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ use error::Error;
1717
use term::Term;
1818
use book;
1919
use std::old_io::{Command, File};
20-
use std::os;
2120
use std::env;
2221

2322
struct Test;

0 commit comments

Comments
 (0)