We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c008d7 commit 861b897Copy full SHA for 861b897
clippy_lints/Cargo.toml
@@ -21,7 +21,7 @@ cargo_metadata = "0.9.1"
21
if_chain = "1.0.0"
22
itertools = "0.9"
23
lazy_static = "1.0.2"
24
-pulldown-cmark = { version = "0.7", default-features = false }
+pulldown-cmark = { version = "0.7.1", default-features = false }
25
quine-mc_cluskey = "0.2.2"
26
regex-syntax = "0.6"
27
serde = { version = "1.0", features = ["derive"] }
tests/ui/crashes/regressions.rs
@@ -6,4 +6,8 @@ pub fn foo(bar: *const u8) {
6
println!("{:#p}", bar);
7
}
8
9
+// Regression test for https://github.com/rust-lang/rust-clippy/issues/4917
10
+/// <foo
11
+struct A {}
12
+
13
fn main() {}
0 commit comments