Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
1f243003a79f5a59a7b904524b1cc969a4bda38f
/
.
/
src
/
test
/
rustdoc
/
test-strikethrough.rs
blob: c7855729a98eee20cd78c1c566287add8db9ecee [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
// @has foo/fn.f.html
// @has - //del "Y"
/// ~~Y~~
pub
fn
f
()
{}