Cargo clippy --fix

This commit is contained in:
Flori Weber 2023-06-11 13:54:16 +02:00
parent da6cffa7a3
commit 173eabdc24
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
use chorus::{self, gateway::Gateway, types::GatewayIdentifyPayload}; use chorus::{self, gateway::Gateway, types::GatewayIdentifyPayload};
/// This example creates a simple gateway connection and a session with an Identify event /// This example creates a simple gateway connection and a session with an Identify event
#[tokio::main] #[tokio::main]
async fn main() { async fn main() {