Skip to content

Commit

Permalink
Fix cfg warnings in librustc_back
Browse files Browse the repository at this point in the history
  • Loading branch information
ebfe committed Oct 11, 2014
1 parent 22cc5d5 commit 151aaaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/librustc_back/rpath.rs
Expand Up @@ -200,8 +200,7 @@ mod test {
}

#[test]
#[cfg(target_os = "linux")]
#[cfg(target_os = "android")]
#[cfg(any(target_os = "linux", target_os = "android"))]
fn test_rpath_relative() {
let config = &mut RPathConfig {
os: abi::OsLinux,
Expand Down

6 comments on commit 151aaaf

@sfackler
Copy link
Member

Choose a reason for hiding this comment

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

r+

@bors
Copy link
Contributor

@bors bors commented on 151aaaf Oct 12, 2014

Choose a reason for hiding this comment

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

saw approval from sfackler
at ebfe@151aaaf

@bors
Copy link
Contributor

@bors bors commented on 151aaaf Oct 12, 2014

Choose a reason for hiding this comment

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

merging ebfe/rust/cfg_warn = 151aaaf into auto

@bors
Copy link
Contributor

@bors bors commented on 151aaaf Oct 12, 2014

Choose a reason for hiding this comment

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

ebfe/rust/cfg_warn = 151aaaf merged ok, testing candidate = 86509d8

@bors
Copy link
Contributor

@bors bors commented on 151aaaf Oct 12, 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 151aaaf Oct 12, 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 = 86509d8

Please sign in to comment.