1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

Misc tidy up (#400)

This commit is contained in:
John Vandenberg
2024-02-14 09:19:29 +08:00
committed by GitHub
parent 2e0cbb8bbb
commit daffc24245
6 changed files with 9 additions and 6 deletions

View File

@ -53,7 +53,7 @@ where
forward_ready!(service);
fn call(&self, req: ServiceRequest) -> Self::Future {
// A mis-configuration of the Actix App will result in a **runtime** failure, so the expect
// A misconfiguration of the Actix App will result in a **runtime** failure, so the expect
// method description is important context for the developer.
let limiter = req
.app_data::<web::Data<Limiter>>()