Skip to content

Commit 504b54a

Browse files
committed
docs: Describe Level::text
1 parent 5473f87 commit 504b54a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/level.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ impl<'a> Level<'a> {
5050
pub const NOTE: Level<'a> = NOTE;
5151
pub const HELP: Level<'a> = HELP;
5252

53+
/// Replace the text describing this [`Level`]
54+
///
5355
/// <div class="warning">
5456
///
5557
/// Text passed to this function is considered "untrusted input", as such

0 commit comments

Comments
 (0)