提交 e719db24 编写于 作者: B bors

auto merge of #17247 : huonw/rust/toggle-clone, r=alexcrichton

This needs a clone otherwise each successive insertion detaches `toggle`
from the previous position.

Fixes #17125.
......@@ -762,7 +762,7 @@
$(".method").each(function() {
if ($(this).next().is(".docblock")) {
$(this).children().first().after(toggle[0]);
$(this).children().first().after(toggle.clone());
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册