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.
2 parents e0630ab + 5a446c1 commit 789d9b7Copy full SHA for 789d9b7
src/librustdoc/html/static/main.js
@@ -344,7 +344,7 @@ if (!DOMTokenList.prototype.remove) {
344
var set_fragment = function(name) {
345
if (browserSupportsHistoryApi()) {
346
history.replaceState(null, null, "#" + name);
347
- window.hashchange();
+ highlightSourceLines(null);
348
} else {
349
location.replace("#" + name);
350
}
0 commit comments