Skip to content

Commit

Permalink
chore: Workaround nightly rustdoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwes committed Jun 4, 2024
1 parent 18b8041 commit 17cf541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2458,8 +2458,8 @@ pub enum Documentation {
///
/// The pair of a language and a value is an equivalent to markdown:
///
/// ```${language}
/// ${value}
/// ```LANGUAGE
/// VALUE
/// ```
#[derive(Debug, Eq, PartialEq, Clone, Deserialize, Serialize)]
#[serde(untagged)]
Expand Down

0 comments on commit 17cf541

Please sign in to comment.