Skip to content

Commit 41730a6

Browse files
coolreader18youknowone
authored andcommitted
fix CI
1 parent 32a54b2 commit 41730a6

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,6 @@ jobs:
216216
- name: Check compilation for freebsd
217217
run: cargo check --target x86_64-unknown-freebsd
218218

219-
- uses: dtolnay/rust-toolchain@stable
220-
with:
221-
target: wasm32-unknown-unknown
222-
223-
- name: Check compilation for wasm32
224-
run: cargo check --target wasm32-unknown-unknown --no-default-features
225-
226219
- uses: dtolnay/rust-toolchain@stable
227220
with:
228221
target: x86_64-unknown-freebsd

stdlib/src/dis.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ mod decl {
3636
// String:
3737
#[cfg(feature = "compiler")]
3838
{
39+
use crate::vm::compiler;
3940
vm.compile(co_str.as_str(), compiler::Mode::Exec, "<dis>".to_owned())
4041
.map_err(|err| vm.new_syntax_error(&err))?
4142
}

0 commit comments

Comments
 (0)