commit
6c279453d9
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ function run_rust_code(code_block) {
|
|||
code: text,
|
||||
};
|
||||
|
||||
if(text.includes("#![feature")) {
|
||||
if(text.indexOf("#![feature") !== -1) {
|
||||
params.version = "nightly";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue