Sign in
fuchsia
/
third_party
/
rust
/
2a3e17c6d5c49eeb770ade2fa660f98e9cce0ce0
/
.
/
tests
/
rustdoc
/
include_str_cut.rs
blob: 27336c95a69f773db227704b5ff6a46215f815d6 [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
#![
no_std
]
//@ has 'foo/fn.foo.html'
//@ has - '//*[@class="docblock"]' 'inc2 x'
#[
doc
=
include_str
!(
"short-line.md"
)]
pub
fn
foo
()
{}