Skip to content

Commit

Permalink
libstd: add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Dec 13, 2014
1 parent 6f28816 commit db8300c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/dynamic_lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ pub mod dl {
use c_str::ToCStr;
use iter::IteratorExt;
use libc;
use ops::FnOnce;
use os;
use ptr;
use result::Result;
Expand Down
1 change: 1 addition & 0 deletions src/libstd/os.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ pub fn getcwd() -> IoResult<Path> {
pub mod windoze {
use libc::types::os::arch::extra::DWORD;
use libc;
use ops::FnMut;
use option::Option;
use option::Option::None;
use option;
Expand Down

3 comments on commit db8300c

@bors
Copy link
Contributor

@bors bors commented on db8300c Dec 13, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at japaric@db8300c

@bors
Copy link
Contributor

@bors bors commented on db8300c Dec 13, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging japaric/rust/uc = db8300c into auto

@bors
Copy link
Contributor

@bors bors commented on db8300c Dec 13, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

japaric/rust/uc = db8300c merged ok, testing candidate = 7fcbc16e

Please sign in to comment.