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 5473f87 commit 504b54aCopy full SHA for 504b54a
src/level.rs
@@ -50,6 +50,8 @@ impl<'a> Level<'a> {
50
pub const NOTE: Level<'a> = NOTE;
51
pub const HELP: Level<'a> = HELP;
52
53
+ /// Replace the text describing this [`Level`]
54
+ ///
55
/// <div class="warning">
56
///
57
/// Text passed to this function is considered "untrusted input", as such
0 commit comments