mirror of
https://github.com/fafhrd91/actix-web
synced 2025-09-02 01:31:57 +02:00
don't use rust annotation on code doc blocks
This commit is contained in:
@@ -37,7 +37,7 @@ pub(crate) type FnDataFactory =
|
||||
/// If route data is not set for a handler, using `Data<T>` extractor would cause *Internal
|
||||
/// Server Error* response.
|
||||
///
|
||||
/// ```rust
|
||||
/// ```
|
||||
/// use std::sync::Mutex;
|
||||
/// use actix_web::{web, App, HttpResponse, Responder};
|
||||
///
|
||||
|
Reference in New Issue
Block a user