Skip to content

Commit 17cf541

Browse files
committed
chore: Workaround nightly rustdoc warning
1 parent 18b8041 commit 17cf541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2458,8 +2458,8 @@ pub enum Documentation {
24582458
///
24592459
/// The pair of a language and a value is an equivalent to markdown:
24602460
///
2461-
/// ```${language}
2462-
/// ${value}
2461+
/// ```LANGUAGE
2462+
/// VALUE
24632463
/// ```
24642464
#[derive(Debug, Eq, PartialEq, Clone, Deserialize, Serialize)]
24652465
#[serde(untagged)]

0 commit comments

Comments
 (0)