This repository has been archived on 2026-03-27. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
tracing/tracing-tower/src
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
..
http.rs chore: remove redundant imports (#694) 2020-04-27 12:38:00 -07:00
lib.rs chore: fix warnings about unexpected cfg(feature) values (#2968) 2024-05-21 10:58:12 -04:00
request_span.rs tracing: Replace pin-project with pin-project-lite (#1185) 2021-07-18 14:35:43 -04:00
service_span.rs chore: fix warnings about unexpected cfg(feature) values (#2968) 2024-05-21 10:58:12 -04:00