Skip to content

Commit 179bd8d

Browse files
authored
Merge pull request #2710 from ehuss/fix-mode-rust
Fix loading of mode-rust.js
2 parents 564c80b + 426e7be commit 179bd8d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/front-end/templates/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@
297297

298298
{{#if playground_js}}
299299
<script src="{{ resource "ace.js" }}"></script>
300-
<script src="{{ resource "editor.js" }}"></script>
301300
<script src="{{ resource "mode-rust.js" }}"></script>
301+
<script src="{{ resource "editor.js" }}"></script>
302302
<script src="{{ resource "theme-dawn.js" }}"></script>
303303
<script src="{{ resource "theme-tomorrow_night.js" }}"></script>
304304
{{/if}}

tests/gui/move-between-pages.goml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// This tests pressing the left and right arrows moving to previous and next page.
22

3-
// We disable the requests checks because `mode-rust.js` is not found.
4-
fail-on-request-error: false
5-
63
go-to: |DOC_PATH| + "index.html"
74

85
// default page is the first numbered page

0 commit comments

Comments
 (0)