We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065036c commit 10722e6Copy full SHA for 10722e6
test/test_fcntl.rs
@@ -243,7 +243,6 @@ fn test_renameat2_noreplace() {
243
244
#[test]
245
#[cfg(not(target_os = "redox"))]
246
-#[cfg_attr(target_os = "cygwin", ignore)]
247
fn test_readlink() {
248
let tempdir = tempfile::tempdir().unwrap();
249
let src = tempdir.path().join("a");
test/test_unistd.rs
@@ -870,7 +870,6 @@ fn test_canceling_alarm() {
870
871
872
#[cfg(not(any(target_os = "redox", target_os = "haiku")))]
873
874
fn test_symlinkat() {
875
use nix::fcntl::AT_FDCWD;
876
0 commit comments