mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
fix doc test
This commit is contained in:
parent
ce40ab307b
commit
f9f2ed04ab
@ -306,7 +306,7 @@ where
|
||||
/// # use actix_web::*;
|
||||
/// # fn main() {
|
||||
/// App::new()
|
||||
/// .filter(pred::Hoat("www.rust-lang.org"))
|
||||
/// .filter(pred::Host("www.rust-lang.org"))
|
||||
/// .resource("/path", |r| r.f(|_| HttpResponse::Ok()))
|
||||
/// # .finish();
|
||||
/// # }
|
||||
|
Loading…
Reference in New Issue
Block a user