Skip to content

Ignore new dead code warning from rustc nightly-2025-07-14#423

Merged
dtolnay merged 1 commit intomasterfrom
deadplaceholder
Jul 14, 2025
Merged

Ignore new dead code warning from rustc nightly-2025-07-14#423
dtolnay merged 1 commit intomasterfrom
deadplaceholder

Conversation

@dtolnay
Copy link
Owner

@dtolnay dtolnay commented Jul 14, 2025

warning: struct `Placeholder` is never constructed
  --> src/display.rs:63:16
   |
63 |     pub struct Placeholder;
   |                ^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

    warning: struct `Placeholder` is never constructed
      --> src/display.rs:63:16
       |
    63 |     pub struct Placeholder;
       |                ^^^^^^^^^^^
       |
       = note: `#[warn(dead_code)]` on by default
@dtolnay dtolnay merged commit 6c1cc96 into master Jul 14, 2025
20 checks passed
@dtolnay dtolnay deleted the deadplaceholder branch July 14, 2025 05:19
takumi-earth pushed a commit to earthlings-dev/thiserror that referenced this pull request Jan 27, 2026
Ignore new dead code warning from rustc nightly-2025-07-14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant