]> git.proxmox.com Git - rustc.git/blobdiff - src/librustdoc/html/mod.rs
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / librustdoc / html / mod.rs
index 60ebdf5690d0d2aa9fffa476f38826a454767545..109b0a356db5ff26f352701edea20ba12f152462 100644 (file)
@@ -2,6 +2,7 @@ crate mod escape;
 crate mod format;
 crate mod highlight;
 crate mod layout;
+mod length_limit;
 // used by the error-index generator, so it needs to be public
 pub mod markdown;
 crate mod render;