mirror of
https://github.com/actix/actix-web.git
synced 2024-11-10 10:59:33 +00:00
Merge branch 'master' of github.com:actix/actix-web
This commit is contained in:
commit
d1f5c457c4
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ impl<S: 'static> Scope<S> {
|
||||||
mem::replace(&mut self.filters, Vec::new())
|
mem::replace(&mut self.filters, Vec::new())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Add match predicate to scoupe.
|
/// Add match predicate to scope.
|
||||||
///
|
///
|
||||||
/// ```rust
|
/// ```rust
|
||||||
/// # extern crate actix_web;
|
/// # extern crate actix_web;
|
||||||
|
|
Loading…
Reference in a new issue