mirror of https://github.com/fafhrd91/actix-web
Update MIGRATION-4.0.md
This commit is contained in:
parent
d037d747a1
commit
ee4be2cbb7
|
@ -55,7 +55,7 @@ cargo tree -i tokio:0.2.25
|
||||||
|
|
||||||
## Module Structure
|
## Module Structure
|
||||||
|
|
||||||
Lots of modules have been organized in this release. If a compile error refers to "item XYZ not found in module..." or "module XYZ not found", check the [documentation on docs.rs](https://docs.rs/actix-web) to search for items' new locations.
|
Lots of modules have been re-organized in this release. If a compile error refers to "item XYZ not found in module..." or "module XYZ not found", check the [documentation on docs.rs](https://docs.rs/actix-web) to search for items' new locations.
|
||||||
|
|
||||||
## `NormalizePath` Middleware :warning:
|
## `NormalizePath` Middleware :warning:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue