rustasync / runtime

Empowering everyone to build asynchronous software
https://docs.rs/runtime
Apache License 2.0
862 stars 28 forks source link

Persist attributes in macro #20

Closed yoshuawuyts closed 5 years ago

yoshuawuyts commented 5 years ago

Description

This allows the attributes to persist in the macro, making attribute combinations possible.

Motivation and Context

Attributes were not being forwarded to the inner layer.

Types of changes