solana/install
Brooks f8c3e24e73
clippy: Removes ineffective open options (#34599)
```
error: unnecessary use of `.write(true)` because there is `.append(true)`
  --> logger/src/lib.rs:61:9
   |
61 |         .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: `-D clippy::ineffective-open-options` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::ineffective_open_options)]`
```
2023-12-27 22:20:17 -05:00
..
src clippy: Removes ineffective open options (#34599) 2023-12-27 22:20:17 -05:00
.gitignore
Cargo.toml Cargo.toml: winapi: List used features (#31417) 2023-04-29 01:23:15 -07:00
build.rs
install-help.sh CI: Use branch-versioned cargo throughout 2020-11-05 05:05:57 +00:00
solana-install-init.sh Mark *.sh files with `#!` as executable (#33303) 2023-09-28 10:32:44 +08:00