We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa5b49 commit d01b9e3Copy full SHA for d01b9e3
templates/rustdoc/body.html
@@ -1,4 +1,4 @@
1
-<script type="text/javascript" src="/-/static/menu.js?{{ docsrs_version() | slugify }}"></script>
2
-<script type="text/javascript" src="/-/static/index.js?{{ docsrs_version() | slugify }}"></script>
+<script async src="/-/static/menu.js?{{ docsrs_version() | slugify }}"></script>
+<script async src="/-/static/index.js?{{ docsrs_version() | slugify }}"></script>
3
{# see comment in ../storage-change-detection.html for details #}
4
<iframe loading="lazy" src="/-/storage-change-detection.html" width="0" height="0" style="display: none"></iframe>
0 commit comments