1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

Run rustfmt

This commit is contained in:
Yuki Okushi
2020-04-03 16:16:17 +09:00
parent 8f1c0a85cf
commit 046604f286
5 changed files with 42 additions and 49 deletions

View File

@ -2,7 +2,6 @@ use actix_web::{get, middleware, post, web, App, HttpResponse, HttpServer};
use futures::executor;
use std::{sync::mpsc, thread};
#[get("/hello")]
async fn hello() -> &'static str {
"Hello world!"