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