mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
c91ad5d0f2
`File::options().read(true).open(...)` is equivalent to just `File::open`. Change the example to set the `append` flag instead, and then change the filename to something more likely to be written in append mode.