]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #67282 - pjw91:patch-1, r=Dylan-DPC
authorMazdak Farrokhzad <twingoow@gmail.com>
Sun, 15 Dec 2019 04:57:24 +0000 (05:57 +0100)
committerGitHub <noreply@github.com>
Sun, 15 Dec 2019 04:57:24 +0000 (05:57 +0100)
commit541dc62d64345bb64e16ade2d0e485144b664dfd
tree4a4f8ff9b70d8670aa09f04d02b3190207d90f52
parent39c5d8199aa5cf049585a3a458c590c6a4d4a6ca
parentb65c6ec10fe2b80e22706f5b3245cc5f6f372edf
Rollup merge of #67282 - pjw91:patch-1, r=Dylan-DPC

Fix example code of OpenOptions::open

The example didn't set the access mode flag, which resulted in an `Err(InvalidInput)`.

r? @steveklabnik