Skip to content

Commit

Permalink
Pacify lint gods.
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Sep 18, 2014
1 parent ffa8b29 commit 8b84911
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/libstd/io/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ use rt::rtio::{RtioProcess, ProcessConfig, IoFactory, LocalIo};
use rt::rtio;
use c_str::CString;
use collections::HashMap;
use std::hash::Hash;
use std::hash::sip::SipState;
use hash::Hash;
use clone::Clone;
#[cfg(windows)]
use std::hash::sip::SipState;

/// Signal a process to exit, without forcibly killing it. Corresponds to
/// SIGTERM on unix platforms.
Expand Down

9 comments on commit 8b84911

@bors
Copy link
Contributor

@bors bors commented on 8b84911 Sep 18, 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 vadimcn@8b84911

@bors
Copy link
Contributor

@bors bors commented on 8b84911 Sep 18, 2014

Choose a reason for hiding this comment

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

merging vadimcn/rust/env-keys = 8b84911 into auto

@bors
Copy link
Contributor

@bors bors commented on 8b84911 Sep 18, 2014

Choose a reason for hiding this comment

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

vadimcn/rust/env-keys = 8b84911 merged ok, testing candidate = 3638225

@bors
Copy link
Contributor

@bors bors commented on 8b84911 Sep 18, 2014

Choose a reason for hiding this comment

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

@bors
Copy link
Contributor

@bors bors commented on 8b84911 Sep 18, 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 vadimcn@8b84911

@bors
Copy link
Contributor

@bors bors commented on 8b84911 Sep 18, 2014

Choose a reason for hiding this comment

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

merging vadimcn/rust/env-keys = 8b84911 into auto

@bors
Copy link
Contributor

@bors bors commented on 8b84911 Sep 18, 2014

Choose a reason for hiding this comment

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

vadimcn/rust/env-keys = 8b84911 merged ok, testing candidate = 482e778

@bors
Copy link
Contributor

@bors bors commented on 8b84911 Sep 18, 2014

Choose a reason for hiding this comment

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

@bors
Copy link
Contributor

@bors bors commented on 8b84911 Sep 18, 2014

Choose a reason for hiding this comment

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

fast-forwarding master to auto = 482e778

Please sign in to comment.