From 38955228b9da64f6a94e9ae6e6a96dd3ade2e1bc Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Wed, 28 Sep 2022 22:45:29 -0700 Subject: [PATCH] Update comment about buggy static file serving --- src/web/mod.rs | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/src/web/mod.rs b/src/web/mod.rs index 5d709c472..80f5e5332 100644 --- a/src/web/mod.rs +++ b/src/web/mod.rs @@ -163,19 +163,34 @@ impl Handler for MainHandler { } } - // This is kind of a mess. + // Some versions of rustdoc in 2018 did not respect the shared static root + // (--static-root-path) and so emitted HTML that linked to shared static files via a local + // path. For instance, `