Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
cfg-doctest.rs
blob: a2272e6ca00d9dead291a02920a0afa5a4cf5776 [
file
] [
log
] [
blame
] [
edit
]
//@ !has cfg_doctest/struct.SomeStruct.html
//@ !has cfg_doctest/index.html '//a/@href' 'struct.SomeStruct.html'
/// Sneaky, this isn't actually part of docs.
#[
cfg
(
doctest
)]
pub
struct
SomeStruct
;