Skip to content

Commit 76c1c9e

Browse files
authored
Merge pull request #751 from mattico/update-playpen-bt
Fix rust playground execute API
2 parents d87e77e + d054140 commit 76c1c9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/theme/book.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ function playpen_text(playpen) {
101101
crateType: "bin",
102102
tests: false,
103103
code: text,
104-
}
104+
backtrace: false,
105+
};
105106

106107
if (text.indexOf("#![feature") !== -1) {
107108
params.channel = "nightly";

0 commit comments

Comments
 (0)