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 4c268ca + 5a446c1 commit e56fe69Copy full SHA for e56fe69
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