Most other items re-exported from an extern crate appear as if they're defined directly in the place they're re-exported from. For some reason macros are not currently treated the same way, they show up under the "Re-exports" heading and don't have their documentation summary shown. For futures this would be very useful for documenting the async/await macros in the facade.
Example (code here):

Most other items re-exported from an
extern crateappear as if they're defined directly in the place they're re-exported from. For some reason macros are not currently treated the same way, they show up under the "Re-exports" heading and don't have their documentation summary shown. Forfuturesthis would be very useful for documenting theasync/awaitmacros in the facade.Example (code here):