Skip to content

Commit

Permalink
remove references to StaticFiles (#3400)
Browse files Browse the repository at this point in the history
  • Loading branch information
createyourpersonalaccount authored Jun 14, 2024
1 parent 188206a commit fa74ab3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion actix-web/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ where
///
/// * *Resource* is an entry in resource table which corresponds to requested URL.
/// * *Scope* is a set of resources with common root path.
/// * "StaticFiles" is a service for static files support
pub fn service<F>(mut self, factory: F) -> Self
where
F: HttpServiceFactory + 'static,
Expand Down
1 change: 0 additions & 1 deletion actix-web/src/scope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ where
///
/// * *Resource* is an entry in resource table which corresponds to requested URL.
/// * *Scope* is a set of resources with common root path.
/// * "StaticFiles" is a service for static files support
///
/// ```
/// use actix_web::{web, App, HttpRequest};
Expand Down

0 comments on commit fa74ab3

Please sign in to comment.