blob: 7a322ea6d3414ddc61eb816704f98e59616224f5 (
plain)
1
2
3
4
5
6
7
8
9
|
#![allow(rustdoc::broken_intra_doc_links)]
#![crate_name = "foo"]
//! hello [foo]
//!
//! [foo]: url 'title & <stuff> & "things"'
// @hasraw 'foo/index.html' 'title & <stuff> & "things"'
|