Skip to content

Commit 32f9cb1

Browse files
jyn514Joshua Nelson
authored and
Joshua Nelson
committed
comment where open issue is
1 parent 9390815 commit 32f9cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ mod test {
555555
let web = env.frontend();
556556
assert_redirect("/bat/0.2.0", "/crate/bat/0.2.0", web)?;
557557
assert_redirect("/bat/0.2.0/i686-unknown-linux-gnu", "/crate/bat/0.2.0", web)?;
558-
/* TODO: this should work
558+
/* TODO: this should work (https://github.com/rust-lang/docs.rs/issues/603)
559559
assert_redirect("/bat/0.2.0/i686-unknown-linux-gnu/bat", "/crate/bat/0.2.0", web)?;
560560
assert_redirect("/bat/0.2.0/i686-unknown-linux-gnu/bat/", "/crate/bat/0.2.0/", web)?;
561561
*/

0 commit comments

Comments
 (0)