solana/geyser-plugin-manager/src
Illia Bobyr 282e043177
`cargo fmt` using 1.6.0-nightly (#32390)
Seems like rustfmt 1.6.0 can now format `let/else` statements.
1.5.2 we use in our `solana-nightly` does not mind the reformatting.

```
$ cargo +nightly fmt --version
rustfmt 1.6.0-nightly (f20afcc 2023-07-04)

$ cargo +nightly fmt
$ git add -u
$ git commit

$ ./cargo nightly fmt --version
+ exec cargo +nightly-2023-04-19 fmt --version
rustfmt 1.5.2-nightly (c609da5 2023-04-18)

$ ./cargo nightly fmt
$ git diff
[empty output]
```
2023-07-06 20:45:29 -07:00
..
accounts_update_notifier.rs getter functions for StoredAccountMeta (#30447) 2023-02-27 10:03:22 -08:00
block_metadata_notifier.rs Update geyser interface to not require write locks (#30380) 2023-02-17 13:55:02 -08:00
block_metadata_notifier_interface.rs geyser: add parent slot/blockhash to block (#29855) 2023-01-25 14:20:24 -08:00
entry_notifier.rs Add entry notification service for geyser (#31290) 2023-05-10 17:20:51 -06:00
geyser_plugin_manager.rs `cargo fmt` using 1.6.0-nightly (#32390) 2023-07-06 20:45:29 -07:00
geyser_plugin_service.rs GeyserPluginService: Use common `exit` flag. (#31915) 2023-06-01 11:20:59 -07:00
lib.rs Plumb Entry notification into plugin manager (#30910) 2023-03-28 14:53:27 -06:00
slot_status_notifier.rs Update geyser interface to not require write locks (#30380) 2023-02-17 13:55:02 -08:00
slot_status_observer.rs Fixed missing Root notifications via geyser plugin framework (#31180) 2023-05-03 18:50:00 +08:00
transaction_notifier.rs Update geyser interface to not require write locks (#30380) 2023-02-17 13:55:02 -08:00