mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 12:55:52 +00:00
This documents the very surprising behaviour that `set_readonly(false)` will make a file *world writable* on Unix. I would go so far as to say that this function should be deprecated on Unix, or maybe even entirely. But documenting the bad behaviour is a good first step.