mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 05:26:47 +00:00
Fix issue-107495-archive-permissions
to not rely on rustc_private
This commit is contained in:
parent
bd884d8043
commit
da57f1418f
@ -1,7 +1,5 @@
|
||||
#![feature(rustc_private)]
|
||||
|
||||
#[cfg(unix)]
|
||||
extern crate libc;
|
||||
use run_make_support::libc;
|
||||
|
||||
#[cfg(unix)]
|
||||
use std::os::unix::fs::PermissionsExt;
|
||||
|
Loading…
Reference in New Issue
Block a user