Skip to content

Commit

Permalink
chore: Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
berkes committed Jun 25, 2024
1 parent c26d3f6 commit 6db5128
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use futures::{
sink::SinkExt,
stream::{SplitSink, SplitStream, StreamExt},
};
use serde::Serialize;
use std::sync::{Arc, RwLock};
use tokio::sync::broadcast;
use tower_http::trace::TraceLayer;
Expand All @@ -36,11 +35,6 @@ struct AppState {
tx: broadcast::Sender<BusMessage>,
}

#[derive(Serialize)]
struct MessageList {
messages: Vec<String>,
}

#[tokio::main]
async fn main() {
init_tracing();
Expand Down

0 comments on commit 6db5128

Please sign in to comment.