Skip to content

Commit eb61dcc

Browse files
committed
docs: Simplify warning in doc comment
1 parent d956cc6 commit eb61dcc

File tree

1 file changed

+3
-1
lines changed
  • crates/stackable-telemetry/src/tracing

1 file changed

+3
-1
lines changed

crates/stackable-telemetry/src/tracing/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ pub enum Error {
7272
/// to hold onto the guard as long as required.
7373
///
7474
/// <div class="warning">
75-
/// Name the guard variable appropriately, do not just use <code>let _ =</code>, as that will drop
75+
///
76+
/// Name the guard variable appropriately, do not just use `let _ = ...`, as that will drop
7677
/// immediately.
78+
///
7779
/// </div>
7880
///
7981
/// ```

0 commit comments

Comments
 (0)