1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

don't use rust annotation on code doc blocks

This commit is contained in:
Rob Ede
2021-03-25 08:45:52 +00:00
parent 9704beddf8
commit 3188ef5731
36 changed files with 99 additions and 99 deletions

View File

@ -36,7 +36,7 @@ use crate::header::{
/// builder.insert_header(CacheControl(vec![CacheDirective::MaxAge(86400u32)]));
/// ```
///
/// ```rust
/// ```
/// use actix_http::Response;
/// use actix_http::http::header::{CacheControl, CacheDirective};
///