2024-06-21 07:03:08 -05:00
|
|
|
//@ !has cfg_doctest/struct.SomeStruct.html
|
|
|
|
//@ !has cfg_doctest/index.html '//a/@href' 'struct.SomeStruct.html'
|
2019-06-28 10:31:27 -05:00
|
|
|
|
|
|
|
/// Sneaky, this isn't actually part of docs.
|
|
|
|
#[cfg(doctest)]
|
|
|
|
pub struct SomeStruct;
|