We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7e9a8 commit bbda107Copy full SHA for bbda107
src/test/rustdoc/test-strikethrough.rs
@@ -0,0 +1,6 @@
1
+#![crate_name = "foo"]
2
+
3
+// @has foo/fn.f.html
4
+// @has - //del "Y"
5
+/// ~~Y~~
6
+pub fn f() {}
0 commit comments