We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a045461 commit af201afCopy full SHA for af201af
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