remove references to StaticFiles

This commit is contained in:
Nikolaos Chatzikonstantinou 2024-06-13 16:36:11 -04:00
parent 188206a903
commit 4f7d25f9a7
No known key found for this signature in database
GPG Key ID: 091430058A7CF18D
2 changed files with 0 additions and 2 deletions

View File

@ -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,

View File

@ -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};