4 lines
105 B
TOML
4 lines
105 B
TOML
|
|
disallowed-methods = [
|
||
|
|
{ path = "web_sys::window", reason = "is not available in every context" },
|
||
|
|
]
|