Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle symlinks to directories #6817

Merged
merged 10 commits into from
Jul 31, 2019
Prev Previous commit
Cargo fmt
  • Loading branch information
thomwiggers committed Jul 30, 2019
commit d0f7c0ee31c81cd405dc2c163e4ca7638895610c
1 change: 0 additions & 1 deletion tests/testsuite/package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,6 @@ Caused by:
/// This test requires you to be able to make symlinks.
/// For windows, this may require you to enable developer mode.
fn package_symlink_to_dir() {

if !symlink_supported() {
return;
}
Expand Down