tower-rs / tower

async fn(Request) -> Result<Response, Error>
https://docs.rs/tower
MIT License
3.56k stars 281 forks source link

ensure that re-exported symbols show feature label in root #754

Closed GlenDC closed 4 months ago

GlenDC commented 11 months ago

closes #743

GlenDC commented 11 months ago

@jplatte in my test it didn't show up before and it did show after (locally using the right --cfg flags etc).

Whether it's the right solution I do not know. Feel free to propose or guide me into doing something different if you think I approached it wrong.

jplatte commented 11 months ago

Okay, if you did test it then I have no concerns.

tobz commented 3 months ago

This has been released as part of tower@v0.5.0.

Thanks again for your contribution!