Skip to content

Commit

Permalink
Merge pull request #751 from mattico/update-playpen-bt
Browse files Browse the repository at this point in the history
Fix rust playground execute API
  • Loading branch information
mattico authored Jul 31, 2018
2 parents d87e77e + d054140 commit 76c1c9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/theme/book.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ function playpen_text(playpen) {
crateType: "bin",
tests: false,
code: text,
}
backtrace: false,
};

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

0 comments on commit 76c1c9e

Please sign in to comment.