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

Remove downcast macro from actix-http (#2291)

This commit is contained in:
Ibraheem Ahmed
2021-06-25 05:53:53 -04:00
committed by GitHub
parent e559a197cc
commit 767e4efe22
3 changed files with 4 additions and 113 deletions

View File

@ -27,9 +27,6 @@
#[macro_use]
extern crate log;
#[macro_use]
mod macros;
pub mod body;
mod builder;
pub mod client;