Fix rust playground execute API
This commit is contained in:
parent
028c8b0f75
commit
d054140117
|
@ -101,7 +101,8 @@ function playpen_text(playpen) {
|
|||
crateType: "bin",
|
||||
tests: false,
|
||||
code: text,
|
||||
}
|
||||
backtrace: false,
|
||||
};
|
||||
|
||||
if (text.indexOf("#![feature") !== -1) {
|
||||
params.channel = "nightly";
|
||||
|
|
Loading…
Reference in New Issue