We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c467273 commit 8dc6a46Copy full SHA for 8dc6a46
clippy_lints/Cargo.toml
@@ -27,7 +27,7 @@ semver = "0.9.0"
27
serde = { version = "1.0", features = ["derive"] }
28
toml = "0.5"
29
unicode-normalization = "0.1"
30
-pulldown-cmark = "0.5.2"
+pulldown-cmark = "0.5.3"
31
url = "1.7.0"
32
if_chain = "1.0.0"
33
smallvec = { version = "0.6.5", features = ["union"] }
tests/ui/doc.rs
@@ -178,3 +178,7 @@ fn issue_2210() {}
178
/// This should not cause the lint to trigger:
179
/// #REQ-data-family.lint_partof_exists
180
fn issue_2343() {}
181
+
182
+/// This should not cause an ICE:
183
+/// __|_ _|__||_|
184
+fn pulldown_cmark_crash() {}
0 commit comments