about summary refs log tree commit diff
path: root/src/test/rustdoc-ui
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-08-21 12:31:04 -0400
committerJoshua Nelson <jyn514@gmail.com>2020-09-05 13:48:19 -0400
commit7b8d0befd67ad2472052e3f84cf310b7866b829f (patch)
tree5fa6348aded092f5bcd407a968bf8fe9d8b80aa5 /src/test/rustdoc-ui
parent002d3a922c06c11a45e001d2737951a00e40687a (diff)
downloadrust-7b8d0befd67ad2472052e3f84cf310b7866b829f.tar.gz
rust-7b8d0befd67ad2472052e3f84cf310b7866b829f.zip
Remove some TODOs
Diffstat (limited to 'src/test/rustdoc-ui')
-rw-r--r--src/test/rustdoc-ui/intra-link-errors.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/rustdoc-ui/intra-link-errors.rs b/src/test/rustdoc-ui/intra-link-errors.rs
index 1a2f24cef24..5bfbdcc495f 100644
--- a/src/test/rustdoc-ui/intra-link-errors.rs
+++ b/src/test/rustdoc-ui/intra-link-errors.rs
@@ -10,7 +10,6 @@
 //~| NOTE no item named `path::to` is in scope
 //~| HELP to escape
 
-// TODO: why does this say `f` and not `f::A`??
 /// [f::A]
 //~^ ERROR unresolved link
 //~| NOTE this link partially resolves