mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Update pulldown-cmark to 0.5.3
This commit is contained in:
parent
c46727319e
commit
8dc6a462f8
2 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,7 @@ semver = "0.9.0"
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
toml = "0.5"
|
||||
unicode-normalization = "0.1"
|
||||
pulldown-cmark = "0.5.2"
|
||||
pulldown-cmark = "0.5.3"
|
||||
url = "1.7.0"
|
||||
if_chain = "1.0.0"
|
||||
smallvec = { version = "0.6.5", features = ["union"] }
|
||||
|
|
|
@ -178,3 +178,7 @@ fn issue_2210() {}
|
|||
/// This should not cause the lint to trigger:
|
||||
/// #REQ-data-family.lint_partof_exists
|
||||
fn issue_2343() {}
|
||||
|
||||
/// This should not cause an ICE:
|
||||
/// __|_ _|__||_|
|
||||
fn pulldown_cmark_crash() {}
|
||||
|
|
Loading…
Reference in a new issue