]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/test-strikethrough.rs
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[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() {}