File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ pub fn set_default(dispatcher: &Dispatch) -> DefaultGuard {
291291/// Returns `Err` if the global default has already been set.
292292///
293293///
294- /// </div>< div class="example-wrap" style="display:inline-block"><pre class="compile_fail" style="white-space:normal;font:inherit;">
294+ /// <div class="example-wrap" style="display:inline-block"><pre class="compile_fail" style="white-space:normal;font:inherit;">
295295/// <strong>Warning</strong>: In general, libraries should <em>not</em> call
296296/// <code>set_global_default()</code>! Doing so will cause conflicts when
297297/// executables that depend on the library try to set the default collector later.
Original file line number Diff line number Diff line change 5252//! The [`span` module][mod@span]'s documentation provides further details on how to
5353//! use spans.
5454//!
55- //! </div>< div class="example-wrap" style="display:inline-block"><pre class="compile_fail" style="white-space:normal;font:inherit;">
55+ //! <div class="example-wrap" style="display:inline-block"><pre class="compile_fail" style="white-space:normal;font:inherit;">
5656//!
5757//! **Warning**: In asynchronous code that uses async/await syntax,
5858//! `Span::enter` may produce incorrect traces if the returned drop
Original file line number Diff line number Diff line change 7676//! // Dropping the `_enter` guard will exit the span.
7777//!```
7878//!
79- //! </div>< div class="example-wrap" style="display:inline-block"><pre class="compile_fail" style="white-space:normal;font:inherit;">
79+ //! <div class="example-wrap" style="display:inline-block"><pre class="compile_fail" style="white-space:normal;font:inherit;">
8080//!
8181//! **Warning**: In asynchronous code that uses async/await syntax,
8282//! [`Span::enter`] may produce incorrect traces if the returned drop
You can’t perform that action at this time.
0 commit comments