mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
bc9655a7c8
Improve std::fs::read_dir docs Call out early that the results returned can differ across calls / aren't deterministic. This was already mentioned at the bottom of examples, but I think it's worth calling out early, since this caused at least one person (me!) great confusion.