Skip to content

Commit

Permalink
fix clippy errors #2
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Nov 10, 2023
1 parent 05bf2d6 commit 026bdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use axolotl::handlers::{create_and_run_backend, get_app_dir};

use axolotl::handlers::Handler;

use tokio::{sync::mpsc, task::JoinHandle};
use warp::{ws::WebSocket, Filter, Rejection, Reply};

Expand Down

0 comments on commit 026bdbd

Please sign in to comment.