winit/clippy.toml

3 lines
105 B
TOML

disallowed-methods = [
{ path = "web_sys::window", reason = "is not available in every context" },
]