1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-21 13:15:38 +02:00

move dispatcher tests to own file

This commit is contained in:
Rob Ede
2022-01-27 06:06:55 +00:00
parent 1bd2076b35
commit 14a4f325d3
4 changed files with 511 additions and 412 deletions

View File

@@ -7,6 +7,8 @@ mod client;
mod codec;
mod decoder;
mod dispatcher;
#[cfg(test)]
mod dispatcher_tests;
mod encoder;
mod expect;
mod payload;