mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
remove now stable doctest-xcompile (#3893)
This commit is contained in:
parent
4ca16f95d2
commit
8390db0c07
@ -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
|
||||
|
||||
2
.github/workflows/fmt.yml
vendored
2
.github/workflows/fmt.yml
vendored
@ -22,4 +22,4 @@ jobs:
|
||||
components: rustfmt
|
||||
|
||||
- name: Run fmt
|
||||
run: cargo +nightly fmt --all -- --check --unstable-features
|
||||
run: cargo +nightly fmt --all -- --check
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user