mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-01-25 04:16:18 +00:00
* futures: Remove executor::futures_preview module The cfg for it was impossible to enable as of https://github.com/tokio-rs/tracing/pull/441. * subscriber: Fix cfgs for nu-ansi-term Previously, enabling this optional dependency did not do anything. * Unconditionally ignore flaky tests No need to use a custom cfg to run off-by-default tests. * tower: Delete unused code It might be possible to make it work with tower_make instead, but that crate looks to be unmaintained (no longer present in the tower repo which is specified as the repository URL) so it should likely just be removed as a dependency.