]> git.lizzy.rs Git - rust.git/blob - src/librustdoc/html/mod.rs
Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, r=Guilla...
[rust.git] / src / librustdoc / html / mod.rs
1 crate mod escape;
2 crate mod format;
3 crate mod highlight;
4 crate mod layout;
5 // used by the error-index generator, so it needs to be public
6 pub mod markdown;
7 crate mod render;
8 crate mod sources;
9 crate mod static_files;
10 crate mod toc;