Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: unnecessary use of `.write(true)` because there is `.append(true)` --> src/cmd/luau.rs:1814:17 | 1814 | .write(true) | ^^^^^^^^^^^^ help: remove `.write(true)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ineffective_open_options = note: `#[warn(clippy::ineffective_open_options)]` on by default
- Loading branch information