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 d956cc6 commit eb61dccCopy full SHA for eb61dcc
crates/stackable-telemetry/src/tracing/mod.rs
@@ -72,8 +72,10 @@ pub enum Error {
72
/// to hold onto the guard as long as required.
73
///
74
/// <div class="warning">
75
-/// Name the guard variable appropriately, do not just use <code>let _ =</code>, as that will drop
+///
76
+/// Name the guard variable appropriately, do not just use `let _ = ...`, as that will drop
77
/// immediately.
78
79
/// </div>
80
81
/// ```
0 commit comments