-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed
Labels
A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.
Description
This code in servo triggers the dead code warning. It claims struct NSAlert; is not used, even though it's used as part of a public struct a few lines later.
https://github.com/mozilla-servo/rust-alert/blob/master/macos.rs#L20-L28
Metadata
Metadata
Assignees
Labels
A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.