We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca16f9 commit 8390db0Copy full SHA for 8390db0
2 files changed
.cargo/config.toml
@@ -3,8 +3,3 @@ runner = 'wasm-bindgen-test-runner'
3
4
[target.'cfg(all(target_arch = "wasm32", target_os = "wasi"))']
5
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
@@ -22,4 +22,4 @@ jobs:
22
components: rustfmt
23
24
- name: Run fmt
25
- run: cargo +nightly fmt --all -- --check --unstable-features
+ run: cargo +nightly fmt --all -- --check
0 commit comments