1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00
This commit is contained in:
Rob Ede 2021-10-28 20:57:36 +01:00
parent 336e98e950
commit 75a877b631
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -13,8 +13,8 @@ use crate::{Server, ServerBuilder};
///
/// # Examples
/// ```
/// use actix_service::fn_service;
/// use actix_server::TestServer;
/// use actix_service::fn_service;
///
/// #[actix_rt::main]
/// async fn main() {