rust-lang / triagebot

Automation/tooling for Rust spaces
https://triage.rust-lang.org
Apache License 2.0
169 stars 75 forks source link

Squelch dead-code warning. #1763

Closed ehuss closed 5 months ago

ehuss commented 5 months ago

Nightly recently enhanced the dead_code analysis to look at tuple struct fields, causing this type to generate a warning. However, the field is used for its debug display.