blob: efd366405bfeb0bbe9caa5328602cba92269c0db (
plain)
1
2
3
4
5
6
7
8
9
10
|
#![crate_name = "foo"]
// @hasraw 'search-index.js' 'Foo short link.'
// @!hasraw - 'www.example.com'
// @!hasraw - 'More Foo.'
/// Foo short [link](https://www.example.com/).
///
/// More Foo.
pub struct Foo;
|