diff --git a/src/scope.rs b/src/scope.rs index f1d27159c..46eb9e97c 100644 --- a/src/scope.rs +++ b/src/scope.rs @@ -66,6 +66,9 @@ impl Scope { /// Create scope with new state. /// + /// Scope can have only one nested scope with new state. Every call + /// destroys previously created scope with state. + /// /// ```rust /// # extern crate actix_web; /// use actix_web::{http, App, HttpRequest, HttpResponse, Path};