2016-12-12 18:39:36 +00:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
2024-06-21 14:03:08 +02:00
|
|
|
//@ hasraw 'search.desc/foo/foo-desc-0-.js' 'Foo short link.'
|
|
|
|
//@ !hasraw - 'www.example.com'
|
|
|
|
//@ !hasraw - 'More Foo.'
|
2016-12-12 18:39:36 +00:00
|
|
|
|
|
|
|
/// Foo short [link](https://www.example.com/).
|
|
|
|
///
|
|
|
|
/// More Foo.
|
|
|
|
pub struct Foo;
|