Skip to content

Commit d054140

Browse files
committed
Fix rust playground execute API
1 parent 028c8b0 commit d054140

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)