From d6904a70a5235217cf365ec12a2440e891e7e5dc Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Tue, 28 Jan 2025 07:25:25 -0500 Subject: [PATCH] Remove Incorrect Emcripten Instructions (#7010) --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d7b9a62cd..5ebd16d7c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,6 +20,5 @@ person(s) who reviewed your changes. This will make sure it gets re-added to the - [ ] Run `taplo format`. - [ ] Run `cargo clippy`. If applicable, add: - [ ] `--target wasm32-unknown-unknown` - - [ ] `--target wasm32-unknown-emscripten` - [ ] Run `cargo xtask test` to run tests. - [ ] Add change to `CHANGELOG.md`. See simple instructions inside file.