On Web, implement Send and Sync where appropriate (#2834)
This commit is contained in:
parent
eb2d3894ef
commit
8f7f3efc0d
21 changed files with 609 additions and 196 deletions
3
clippy.toml
Normal file
3
clippy.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
disallowed-methods = [
|
||||
{ path = "web_sys::window", reason = "is not available in every context" },
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue