🔥 (statics): Elimina código residual de actix-web
`ResourceFiles` y `UriSegmentError` quedaron sin uso al migrar de actix-web a axum/tower.
This commit is contained in:
parent
7d43742a11
commit
87e4eac27c
2 changed files with 1 additions and 400 deletions
|
|
@ -47,10 +47,7 @@ pub mod resource;
|
|||
pub use resource::Resource as StaticResource;
|
||||
|
||||
mod resource_dir;
|
||||
pub use resource_dir::{resource_dir, ResourceDir};
|
||||
|
||||
mod resource_files;
|
||||
pub use resource_files::{ResourceFiles, UriSegmentError};
|
||||
pub use resource_dir::{ResourceDir, resource_dir};
|
||||
|
||||
/// Support for module based generations. Use it for large data sets (more than 128 Mb).
|
||||
pub mod sets;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue