Update MIGRATION-4.0.md

This commit is contained in:
Luca Palmieri 2022-02-19 16:42:12 +00:00 committed by GitHub
parent d037d747a1
commit ee4be2cbb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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