Skip to content

Commit

Permalink
Remove StaticFilesConfig (actix#731)
Browse files Browse the repository at this point in the history
* Remove StaticFilesConfig

* Applying comments

* Impl Clone for Files<S>
  • Loading branch information
DoumanAsh authored and fafhrd91 committed Mar 25, 2019
1 parent 86a21c9 commit d30027a
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 253 deletions.
1 change: 1 addition & 0 deletions actix-files/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ actix-web = { path=".." }
actix-http = { git = "https://github.com/actix/actix-http.git" }
actix-service = "0.3.3"

bitflags = "1"
bytes = "0.4"
futures = "0.1"
derive_more = "0.14"
Expand Down
67 changes: 0 additions & 67 deletions actix-files/src/config.rs

This file was deleted.

Loading

0 comments on commit d30027a

Please sign in to comment.