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 aa132ae commit 49b8af2Copy full SHA for 49b8af2
src/librustdoc/formats/cache.rs
@@ -174,7 +174,7 @@ impl Cache {
174
};
175
176
// Cache where all our extern crates are located
177
- // TODO: this part is specific to HTML so it'd be nice to remove it from the common code
+ // FIXME: this part is specific to HTML so it'd be nice to remove it from the common code
178
for &(n, ref e) in &krate.externs {
179
let src_root = match e.src {
180
FileName::Real(ref p) => match p.local_path().parent() {
0 commit comments