Skip to content

Commit

Permalink
chore: modify CODEOWNERS to dx (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang authored Jan 14, 2025
1 parent 87f42ee commit a238231
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @dfinity/languages
* @dfinity/dx
5 changes: 5 additions & 0 deletions tools/didc-js/wasm-package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ log = "0.4"
getrandom = { version = "0.2", features = ["js"] }
serde-wasm-bindgen = "0.5"
js-sys = "0.3"

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

0 comments on commit a238231

Please sign in to comment.