remove now stable doctest-xcompile (#3893)

This commit is contained in:
Siyuan Yan 2025-08-12 18:05:27 +09:00 committed by GitHub
parent 4ca16f95d2
commit 8390db0c07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View File

@ -3,8 +3,3 @@ runner = 'wasm-bindgen-test-runner'
[target.'cfg(all(target_arch = "wasm32", target_os = "wasi"))']
runner = 'wasmtime -W unknown-imports-trap=y'
# This section needs to be last.
# GitHub Actions modifies this section.
[unstable]
doctest-xcompile = true

View File

@ -22,4 +22,4 @@ jobs:
components: rustfmt
- name: Run fmt
run: cargo +nightly fmt --all -- --check --unstable-features
run: cargo +nightly fmt --all -- --check