mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 06:57:43 +02:00
don't use rust annotation on code doc blocks
This commit is contained in:
@ -26,7 +26,7 @@ use socket2::{Domain, Protocol, Socket, Type};
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```rust
|
||||
/// ```
|
||||
/// use actix_http::HttpService;
|
||||
/// use actix_http_test::TestServer;
|
||||
/// use actix_web::{web, App, HttpResponse, Error};
|
||||
|
Reference in New Issue
Block a user