blob: 01aa8d00b707b58076fd2b97b69b5a909a244704 (
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"'
// @has 'foo/index.html' 'title & <stuff> & "things"'
|