Skip to content

Commit

Permalink
rollup merge of rust-lang#20157: alexcrichton/issue-20068
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 2, 2015
2 parents 71b46b1 + 76e3bc2 commit 5696ea5
Show file tree
Hide file tree
Showing 315 changed files with 1,699 additions and 1,233 deletions.
4 changes: 2 additions & 2 deletions src/compiletest/compiletest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ extern crate regex;
use std::os;
use std::io;
use std::io::fs;
use std::str::FromStr;
use std::thunk::{Thunk};
use std::str::{FromStr, from_str};
use std::thunk::Thunk;
use getopts::{optopt, optflag, reqopt};
use common::Config;
use common::{Pretty, DebugInfoGdb, DebugInfoLldb, Codegen};
Expand Down
2 changes: 2 additions & 0 deletions src/doc/guide-ffi.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ them.
~~~no_run
extern crate libc;
use std::c_str::ToCStr;
use std::ptr;
#[link(name = "readline")]
Expand Down
Loading

0 comments on commit 5696ea5

Please sign in to comment.