Files
Jonas Platte d61b039792 chore: fix warnings about unexpected cfg(feature) values (#2968)
* 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.
2024-05-21 10:58:12 -04:00
..
2020-04-27 12:38:00 -07:00