Skip to content

Commit cb149bf

Browse files
authored
Use warning in rustdocs for stdout (#1789)
1 parent 595ad05 commit cb149bf

File tree

1 file changed

+2
-1
lines changed
  • opentelemetry-stdout/src

1 file changed

+2
-1
lines changed

opentelemetry-stdout/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
//! Export telemetry signals to stdout.
2-
//! This exporter is designed for debugging and learning purposes. It is not
2+
//! <div class="warning">This exporter is designed for debugging and learning purposes. It is not
33
//! recommended for use in production environments. The output format might not be
44
//! exhaustive and is subject to change at any time.
5+
//! </div>
56
//!
67
//! # Examples
78
//!

0 commit comments

Comments
 (0)