Skip to content

Commit bbda107

Browse files
committed
Add test for strikethrough in rustdoc
1 parent 6f7e9a8 commit bbda107

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)