diff options
| author | Joseph Ryan <josephryan3.14@gmail.com> | 2020-06-26 09:14:45 -0500 |
|---|---|---|
| committer | Joseph Ryan <josephryan3.14@gmail.com> | 2020-07-27 16:00:39 -0500 |
| commit | 65bf5d5248635152262344770591c367ba6a9890 (patch) | |
| tree | 5563f41ac2ce00efe423394b8a33593199990161 | |
| parent | a7909522547cb35b32a4f11b78b2b54864189295 (diff) | |
| download | rust-65bf5d5248635152262344770591c367ba6a9890.tar.gz rust-65bf5d5248635152262344770591c367ba6a9890.zip | |
TODO -> FIXME
| -rw-r--r-- | src/librustdoc/formats/cache.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/formats/cache.rs b/src/librustdoc/formats/cache.rs index 4bdeafa1ec7..1ca462b181d 100644 --- a/src/librustdoc/formats/cache.rs +++ b/src/librustdoc/formats/cache.rs @@ -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() { |
