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 d47036c commit d1bfe9bCopy full SHA for d1bfe9b
src/libstd/fs.rs
@@ -1881,7 +1881,7 @@ mod tests {
1881
check!(fs::create_dir_all(&d2));
1882
check!(check!(File::create(&canary)).write(b"foo"));
1883
check!(symlink_junction(&d2, &dt.join("d2")));
1884
- check!(symlink_file(&canary, &d1.join("canary")));
+ let _ = symlink_file(&canary, &d1.join("canary"));
1885
check!(fs::remove_dir_all(&d1));
1886
1887
assert!(!d1.is_dir());
0 commit comments