mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 07:20:35 +00:00
chore: remove remaining references to tracing-nursery (#144)
This branch removes all remaining references to the non-existent `tracing-nursery` repository that weren't removed in #142 and #141. Closes #125 * chore: remove nursery mentions from .github * core: remove references to `tracing-nursery` Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
parent
1a1002a414
commit
872d893333
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -34,7 +34,7 @@ Output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
|
|||||||
### Crates
|
### Crates
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
If known, please specify the affected tracing-nursery crates. Otherwise, delete this
|
If known, please specify the affected tracing crates. Otherwise, delete this
|
||||||
section.
|
section.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -9,8 +9,8 @@ about: I have a suggestion (and may want to implement it 🙂)!
|
|||||||
### Crates
|
### Crates
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
If known, please specify the tracing-nursery crate or crates the new feature
|
If known, please specify the tracing crate or crates the new feature should
|
||||||
should be added to. Otherwise, delete this section.
|
be added to. Otherwise, delete this section.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
### Motivation
|
### Motivation
|
||||||
|
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -4,7 +4,7 @@ the requirements below.
|
|||||||
|
|
||||||
Bug fixes and new features should include tests.
|
Bug fixes and new features should include tests.
|
||||||
|
|
||||||
Contributors guide: https://github.com/tokio-rs/tracing-nursery/blob/master/CONTRIBUTING.md
|
Contributors guide: https://github.com/tokio-rs/tracing/blob/master/CONTRIBUTING.md
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
//! Core primitives for `tracing`.
|
//! Core primitives for `tracing`.
|
||||||
//!
|
//!
|
||||||
//! `tracing` is a framework for instrumenting Rust programs to collect
|
//! [`tracing`] is a framework for instrumenting Rust programs to collect
|
||||||
//! structured, event-based diagnostic information. This crate defines the core
|
//! structured, event-based diagnostic information. This crate defines the core
|
||||||
//! primitives of `tracing`.
|
//! primitives of `tracing`.
|
||||||
//!
|
//!
|
||||||
@ -31,7 +31,7 @@
|
|||||||
//! fully-featured API. However, this crate's API will change very infrequently,
|
//! fully-featured API. However, this crate's API will change very infrequently,
|
||||||
//! so it may be used when dependencies must be very stable.
|
//! so it may be used when dependencies must be very stable.
|
||||||
//!
|
//!
|
||||||
//! The [`tracing-nursery`] repository contains less stable crates designed to
|
//! The [`tokio-rs/tracing`] repository contains less stable crates designed to
|
||||||
//! be used with the `tracing` ecosystem. It includes a collection of
|
//! be used with the `tracing` ecosystem. It includes a collection of
|
||||||
//! `Subscriber` implementations, as well as utility and adapter crates.
|
//! `Subscriber` implementations, as well as utility and adapter crates.
|
||||||
//!
|
//!
|
||||||
@ -45,7 +45,8 @@
|
|||||||
//! [`Value`]: field/trait.Value.html
|
//! [`Value`]: field/trait.Value.html
|
||||||
//! [`ValueSet`]: field/struct.ValueSet.html
|
//! [`ValueSet`]: field/struct.ValueSet.html
|
||||||
//! [`Dispatch`]: dispatcher/struct.Dispatch.html
|
//! [`Dispatch`]: dispatcher/struct.Dispatch.html
|
||||||
//! [`tracing-nursery`]: https://github.com/tokio-rs/tracing-nursery
|
//! [`tokio-rs/tracing`]: https://github.com/tokio-rs/tracing
|
||||||
|
//! [`tracing`]: https://github.com/tokio-rs/tracing
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate lazy_static;
|
extern crate lazy_static;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user