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
1 changed files with 1 additions and 1 deletions

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() {