solana-with-rpc-optimizations/install/src
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
..
bin patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
build_env.rs
command.rs clippy: Removes ineffective open options (#34599) 2023-12-27 22:20:17 -05:00
config.rs test: add test_load_serde_yaml_v_0_8_config (#30558) 2023-03-03 12:44:02 +08:00
defaults.rs patches clippy errors from new rust nightly release (#27996) 2022-09-22 22:23:03 +00:00
lib.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
main.rs Clean up Cargo.toml 2020-12-15 21:51:37 +00:00
stop_process.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
update_manifest.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00