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 2153a82 commit d1c2a20Copy full SHA for d1c2a20
src/web/rustdoc.rs
@@ -2242,7 +2242,7 @@ mod test {
2242
// test rustdoc pages stay on the documentation
2243
let page = kuchiki::parse_html().one(
2244
env.frontend()
2245
- .get("/hexponent/0.3.0/hexponent/")
+ .get("/hexponent/releases")
2246
.send()?
2247
.text()?,
2248
);
0 commit comments