Skip to content

Commit ab82a2c

Browse files
committed
tests: fix issue-107495-archive-permissions to not rely on rustc_private
1 parent 30f168e commit ab82a2c

File tree

1 file changed

+1
-3
lines changed
  • tests/run-make/issue-107495-archive-permissions

1 file changed

+1
-3
lines changed

tests/run-make/issue-107495-archive-permissions/rmake.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
#![feature(rustc_private)]
2-
31
#[cfg(unix)]
4-
extern crate libc;
2+
use run_make_support::libc;
53

64
#[cfg(unix)]
75
use std::os::unix::fs::PermissionsExt;

0 commit comments

Comments
 (0)