mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 15:24:47 +00:00

This commit fixes several RustDoc links which were either broken (without references) or had unresolvable references. It looks like nightly RustDoc has recently gotten much smarter about finding links that were unresolvable. These had always been broken, but they used to silently 404. Now, the nightly build of RustDoc will emit a warning, which we deny, causing the build to fail. This should fix CI (as well as actually fixing the wrong links). Signed-off-by: Eliza Weisman <eliza@buoyant.io>
tracing-subscriber
Utilities for implementing and composing tracing
subscribers.
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tracing by you, shall be licensed as MIT, without any additional terms or conditions.