TODO -> FIXME

This commit is contained in:
Joseph Ryan 2020-06-26 09:14:45 -05:00
parent a790952254
commit 65bf5d5248
No known key found for this signature in database
GPG Key ID: 1A89B54043BBCCBD

View File

@ -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() {