summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/test-strikethrough.rs
blob: c7855729a98eee20cd78c1c566287add8db9ecee (plain)
1
2
3
4
5
6
#![crate_name = "foo"]

// @has foo/fn.f.html
// @has - //del "Y"
/// ~~Y~~
pub fn f() {}