File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 297
297
298
298
{{ #if playground_js }}
299
299
<script src =" {{ resource " ace.js" }} " ></script >
300
- <script src =" {{ resource " editor.js" }} " ></script >
301
300
<script src =" {{ resource " mode-rust.js" }} " ></script >
301
+ <script src =" {{ resource " editor.js" }} " ></script >
302
302
<script src =" {{ resource " theme-dawn.js" }} " ></script >
303
303
<script src =" {{ resource " theme-tomorrow_night.js" }} " ></script >
304
304
{{ /if }}
Original file line number Diff line number Diff line change 1
1
// This tests pressing the left and right arrows moving to previous and next page.
2
2
3
- // We disable the requests checks because `mode-rust.js` is not found.
4
- fail-on-request-error: false
5
-
6
3
go-to: |DOC_PATH| + "index.html"
7
4
8
5
// default page is the first numbered page
You can’t perform that action at this time.
0 commit comments