Skip to content

Commit da8c02d

Browse files
committed
Remove reference to a bug which has been fixed
Since the minimum supported rustc version has this fix[1] we can remove the reference. [1] rust-lang/rust#31630
1 parent f03bbd3 commit da8c02d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,6 @@ impl WalkDir {
251251
/// When enabled, the yielded `DirEntry` values represent the target of
252252
/// the link while the path corresponds to the link. See the `DirEntry`
253253
/// type for more details.
254-
///
255-
/// # Warning: bug with junctions on Window
256-
///
257-
/// There [is a bug](https://github.com/rust-lang/rust/issues/28528)
258-
/// that may affect following symbolic links on Windows when using
259-
/// junctions.
260254
pub fn follow_links(mut self, yes: bool) -> Self {
261255
self.opts.follow_links = yes;
262256
self

0 commit comments

Comments
 (0)