Skip to content

Commit

Permalink
TODO -> FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
P1n3appl3 committed Jul 27, 2020
1 parent a790952 commit 65bf5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/formats/cache.rs
Expand Up @@ -174,7 +174,7 @@ impl Cache {
};

// Cache where all our extern crates are located
// 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
for &(n, ref e) in &krate.externs {
let src_root = match e.src {
FileName::Real(ref p) => match p.local_path().parent() {
Expand Down

0 comments on commit 65bf5d5

Please sign in to comment.