Skip to content

Commit 65bf5d5

Browse files
committed
TODO -> FIXME
1 parent a790952 commit 65bf5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/formats/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ impl Cache {
174174
};
175175

176176
// 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
177+
// FIXME: this part is specific to HTML so it'd be nice to remove it from the common code
178178
for &(n, ref e) in &krate.externs {
179179
let src_root = match e.src {
180180
FileName::Real(ref p) => match p.local_path().parent() {

0 commit comments

Comments
 (0)