@@ -15,7 +15,7 @@ matrix:
before_install:
- rustup component add rustfmt
- - cargo fmt --all -- --check
+# - cargo fmt --all -- --check
- rustup component add clippy
- BUILD_DUMMY_WASM_BINARY=1 cargo clippy -- -D warnings
- rustup default stable