We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d3dac commit 74412d2Copy full SHA for 74412d2
src/librustdoc/html/layout.rs
@@ -146,9 +146,9 @@ pub fn render<T: fmt::Display, S: fmt::Display>(
146
window.rootPath = \"{root_path}\";\
147
window.currentCrate = \"{krate}\";\
148
</script>\
149
+ <script src=\"{root_path}aliases.js\"></script>\
150
<script src=\"{root_path}main{suffix}.js\"></script>\
151
<script defer src=\"{root_path}search-index.js\"></script>\
- <script defer src=\"{root_path}aliases.js\"></script>\
152
</body>\
153
</html>",
154
css_extension = if css_file_extension {
0 commit comments