Fix rust playground execute API

This commit is contained in:
Matt Ickstadt 2018-07-30 18:37:45 -05:00
parent 028c8b0f75
commit d054140117
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ function playpen_text(playpen) {
crateType: "bin", crateType: "bin",
tests: false, tests: false,
code: text, code: text,
} backtrace: false,
};
if (text.indexOf("#![feature") !== -1) { if (text.indexOf("#![feature") !== -1) {
params.channel = "nightly"; params.channel = "nightly";