tower-rs / tower

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

fix: fix dead code warning for 'Sealed' trait and 'sample_floyd2' func #799

Open bp7968h opened 1 month ago

bp7968h commented 1 month ago

Related Issue

Fixes #783

Overview

This PR fixes the dead code warning using the conditional compilation flag.