1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-27 07:19:04 +02:00

simplify macros feature

This commit is contained in:
Rob Ede
2022-02-01 14:15:30 +00:00
parent e9279dfbb8
commit c84c1f0f15
5 changed files with 58 additions and 59 deletions

View File

@ -39,7 +39,6 @@ compress-zstd = ["actix-http/compress-zstd", "__compress"]
# Routing and runtime proc macros
macros = [
"actix-rt/macros",
"actix-macros",
"actix-web-codegen",
]

View File

@ -35,4 +35,4 @@ pub use actix_rt::{net, pin, signal, spawn, task, time, Runtime, System, SystemR
#[cfg(feature = "macros")]
#[doc(hidden)]
pub use actix_rt::{main, test};
pub use actix_macros::{main, test};