]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/test-strikethrough.rs
Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_clif-2020-11-27
[rust.git] / src / test / rustdoc / test-strikethrough.rs
1 #![crate_name = "foo"]
2
3 // @has foo/fn.f.html
4 // @has - //del "Y"
5 /// ~~Y~~
6 pub fn f() {}