diff options
| author | Philipp Hansch <dev@phansch.net> | 2019-07-19 07:18:10 +0200 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2019-07-19 07:29:25 +0200 |
| commit | 8dc6a462f8cd747ae79ddf5433187ffe57d913df (patch) | |
| tree | c2fca6f268770ceeb82ebdc71a152f1b3fb1ebca | |
| parent | c46727319e374f8e32d5e18cbef25ece9ee7a4cb (diff) | |
| download | rust-8dc6a462f8cd747ae79ddf5433187ffe57d913df.tar.gz rust-8dc6a462f8cd747ae79ddf5433187ffe57d913df.zip | |
Update pulldown-cmark to 0.5.3
| -rw-r--r-- | clippy_lints/Cargo.toml | 2 | ||||
| -rw-r--r-- | tests/ui/doc.rs | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index ba67a3ac539..53d7f317f33 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -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"] } diff --git a/tests/ui/doc.rs b/tests/ui/doc.rs index 039ce5d9c42..77620c857e6 100644 --- a/tests/ui/doc.rs +++ b/tests/ui/doc.rs @@ -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() {} |
