Skip to content

Commit 8390db0

Browse files
remove now stable doctest-xcompile (#3893)
1 parent 4ca16f9 commit 8390db0

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.cargo/config.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@ runner = 'wasm-bindgen-test-runner'
33

44
[target.'cfg(all(target_arch = "wasm32", target_os = "wasi"))']
55
runner = 'wasmtime -W unknown-imports-trap=y'
6-
7-
# This section needs to be last.
8-
# GitHub Actions modifies this section.
9-
[unstable]
10-
doctest-xcompile = true

.github/workflows/fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
components: rustfmt
2323

2424
- name: Run fmt
25-
run: cargo +nightly fmt --all -- --check --unstable-features
25+
run: cargo +nightly fmt --all -- --check

0 commit comments

Comments
 (0)