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.
copy_path
window.copy_path
1 parent c4fe7c4 commit bea99a5Copy full SHA for bea99a5
src/librustdoc/html/static/main.js
@@ -1493,7 +1493,7 @@ function hideThemeButtonState() {
1493
(function () {
1494
var reset_button_timeout = null;
1495
1496
- function copy_path(but) {
+ window.copy_path = function(but) {
1497
var parent = but.parentElement;
1498
var path = [];
1499
@@ -1527,5 +1527,5 @@ function hideThemeButtonState() {
1527
}
1528
1529
reset_button_timeout = window.setTimeout(reset_button, 1000);
1530
- }
+ };
1531
}());
0 commit comments