Skip to content

Commit

Permalink
Merge pull request #81 from bcheidemann/chore/revert-80
Browse files Browse the repository at this point in the history
Revert "ci: fix wasm-bindgen warning on nightly"
  • Loading branch information
mpalmer authored Dec 4, 2024
2 parents 3cc9912 + 08ab758 commit a0ae459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 3 additions & 6 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Ignore everything
*

# But not .mjs files
!*.mjs
!*.js

# In all subdirectories
!*/
# But not JavaScript files in the packages directory
!packages/**/*.mjs
!packages/**/*.js
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,3 @@ wasm-bindgen-test = "0.3.13"
[profile.release]
# Tell `rustc` to optimize for small code size.
opt-level = "s"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wasm_bindgen_unstable_test_coverage)'] }

0 comments on commit a0ae459

Please sign in to comment.