We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03bbd3 commit da8c02dCopy full SHA for da8c02d
src/lib.rs
@@ -251,12 +251,6 @@ impl WalkDir {
251
/// When enabled, the yielded `DirEntry` values represent the target of
252
/// the link while the path corresponds to the link. See the `DirEntry`
253
/// 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.
260
pub fn follow_links(mut self, yes: bool) -> Self {
261
self.opts.follow_links = yes;
262
self
0 commit comments