1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 08:45:10 +02:00

Add explicit dyns (#1041)

* Add explicit `dyn`s

* Remove unnecessary lines
This commit is contained in:
Yuki Okushi
2019-08-17 02:45:44 +09:00
committed by GitHub
parent 87b7162473
commit 23d768a77b
5 changed files with 5 additions and 8 deletions

View File

@ -482,5 +482,4 @@ mod tests {
use crate::responder::tests::BodyTest;
assert_eq!(resp.body().bin_ref(), b"hello=world&counter=123");
}
}