Skip to content

Commit 225d27b

Browse files
committed
---
yaml --- r: 187123 b: refs/heads/try c: 2f735f5 h: refs/heads/master i: 187121: d17b1cd 187119: f9fffad v: v3
1 parent 842b49a commit 225d27b

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
@@ -2,7 +2,7 @@
22
refs/heads/master: b4c965ee803a4521d8b4575f634e036f93e408f3
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 3a96d6a9818fe2affc98a187fb1065120458cee9
5-
refs/heads/try: 55f625a96b84a2605b6f80ee3facf8061d0b00b0
5+
refs/heads/try: 2f735f52c9034ed8a30b7255329fa342dfeb20a5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/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/try/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)