We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6831417 commit e297bbfCopy full SHA for e297bbf
src/librustdoc/html/render/context.rs
@@ -609,6 +609,11 @@ impl<'tcx> FormatRenderer<'tcx> for Context<'tcx> {
609
</a>\
610
</span>\
611
</div>\
612
+ <noscript>\
613
+ <section>\
614
+ You need to enable Javascript be able to update your settings.\
615
+ </section>\
616
+ </noscript>\
617
<link rel=\"stylesheet\" type=\"text/css\" \
618
href=\"{root_path}settings{suffix}.css\">\
619
<script defer src=\"{root_path}settings{suffix}.js\"></script>",
0 commit comments