Skip to content

Commit f513f4a

Browse files
authored
Merge branch 'master' into ret
2 parents a12814d + e51f083 commit f513f4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tracing-core/src/dispatch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

tracing/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
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

tracing/src/span.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
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

0 commit comments

Comments
 (0)