We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9da544 commit 3c85d9cCopy full SHA for 3c85d9c
tracing-subscriber/src/layer/mod.rs
@@ -268,7 +268,7 @@
268
//! more convenient, but [`Box::new`] may be used as well.
269
//!
270
//! When the number of `Layer`s varies at runtime, note that a
271
-//! [`Vec<L> where L: `Layer`` also implements `Layer`][vec-impl]. This
+//! [`Vec<L> where L: Layer` also implements `Layer`][vec-impl]. This
272
//! can be used to add a variable number of `Layer`s to a `Subscriber`:
273
274
//! ```
@@ -370,6 +370,7 @@
370
371
//! [option-impl]: Layer#impl-Layer<S>-for-Option<L>
372
//! [box-impl]: Layer#impl-Layer%3CS%3E-for-Box%3Cdyn%20Layer%3CS%3E%20+%20Send%20+%20Sync%3E
373
+//! [vec-impl]: Layer#impl-Layer<S>-for-Vec<L>
374
//! [prelude]: crate::prelude
375
376
//! # Recording Traces
0 commit comments