Skip to content

Commit dd5c088

Browse files
committed
---
yaml --- r: 167774 b: refs/heads/master c: f2ccdfd h: refs/heads/master v: v3
1 parent 41b64ad commit dd5c088

File tree

376 files changed

+3235
-3937
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

376 files changed

+3235
-3937
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: faf53559c6cd37932736b20ef68b75a99da72b28
2+
refs/heads/master: f2ccdfd8914b7b8f8f8f2053f9ecd98d54ef95a6
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: c89417130f042c58adc60012e7cddc4ef70b70b9
55
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb

trunk/src/compiletest/compiletest.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ extern crate regex;
2222
use std::os;
2323
use std::io;
2424
use std::io::fs;
25-
use std::str::{FromStr, from_str};
26-
use std::thunk::Thunk;
25+
use std::str::FromStr;
26+
use std::thunk::{Thunk};
2727
use getopts::{optopt, optflag, reqopt};
2828
use common::Config;
2929
use common::{Pretty, DebugInfoGdb, DebugInfoLldb, Codegen};

trunk/src/doc/guide-ffi.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,6 @@ them.
450450
451451
~~~no_run
452452
extern crate libc;
453-
454-
use std::c_str::ToCStr;
455453
use std::ptr;
456454
457455
#[link(name = "readline")]

0 commit comments

Comments
 (0)