We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c830d commit 68cb269Copy full SHA for 68cb269
src/web/mod.rs
@@ -163,6 +163,8 @@ impl Handler for MainHandler {
163
}
164
165
166
+ // This is kind of a mess.
167
+ //
168
// Some versions of rustdoc in 2018 did not respect the shared static root
169
// (--static-root-path) and so emitted HTML that linked to shared static files via a local
170
// path. For instance, `<script src="../main-20181217-1.33.0-nightly-adbfec229.js">` instead
0 commit comments