Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
run-make
/
rustdoc-dep-info
/
lib.rs
blob: 1f003f79b1f444fd914098a7b32e481cf238fbe2 [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
#[
cfg_attr
(
doc
,
doc
=
include_str
!(
"doc.md"
))]
pub
struct
Bar
;
mod
bar
;