tower-rs / tower

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

Fix dead code warning when default features are turned off. #783

Open tobz opened 3 months ago

tobz commented 3 months ago

There's a warning about Sealed (in tower) not being used when default features are disabled, as seen here: https://github.com/tower-rs/tower/actions/runs/10373855535/job/28719943265#step:5:72

We should fix that.

bp7968h commented 1 month ago

Hi @tobz , can this be assigned to me please.

tobz commented 1 month ago

Sure, all yours. 👍🏻

bp7968h commented 1 month ago

Hi @tobz , I’ve linked the PR. Could you please review it, and your feedback is welcomed!