]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/test-strikethrough.rs
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / 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() {}