We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9390815 commit 32f9cb1Copy full SHA for 32f9cb1
src/web/mod.rs
@@ -555,7 +555,7 @@ mod test {
555
let web = env.frontend();
556
assert_redirect("/bat/0.2.0", "/crate/bat/0.2.0", web)?;
557
assert_redirect("/bat/0.2.0/i686-unknown-linux-gnu", "/crate/bat/0.2.0", web)?;
558
- /* TODO: this should work
+ /* TODO: this should work (https://github.com/rust-lang/docs.rs/issues/603)
559
assert_redirect("/bat/0.2.0/i686-unknown-linux-gnu/bat", "/crate/bat/0.2.0", web)?;
560
assert_redirect("/bat/0.2.0/i686-unknown-linux-gnu/bat/", "/crate/bat/0.2.0/", web)?;
561
*/
0 commit comments