You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#145650 - GuillaumeGomez:fix-js-search-scripts-path, r=fmease
Fix JS search scripts path
`rootPath` always end with a `/` so we should not add one. Interestingly enough, it only triggers the bug on a website (like https://doc.rust-lang.org/nightly/std/).
Follow-up of rust-lang#144476.
Fixesrust-lang#145646.
cc ```@notriddle```
r? ```@fmease```
0 commit comments