blob: e680a9d57c11e0c9d3a4be1c5923080c23abab3c [file] [log] [blame]
#![crate_name = "foo"]
//@ hasraw 'search.index/desc/*.js' 'Foo short link.'
//@ !hasraw - 'www.example.com'
//@ !hasraw - 'More Foo.'
/// Foo short [link](https://www.example.com/).
///
/// More Foo.
pub struct Foo;