mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
032358bd30
Document that DirEntry holds the directory open I had a bug where holding onto DirEntry structs caused file descriptor exhaustion, and thought it would be good to document this.