Skip to content

chore: suppress unused_features lint#5006

Merged
JohnTitor merged 1 commit intorust-lang:mainfrom
JohnTitor:suppress-unused-features
Mar 8, 2026
Merged

chore: suppress unused_features lint#5006
JohnTitor merged 1 commit intorust-lang:mainfrom
JohnTitor:suppress-unused-features

Conversation

@JohnTitor
Copy link
Copy Markdown
Member

Description

This suppresses a warning like https://github.com/rust-lang/libc/actions/runs/22808022393/job/66160220124?pr=5002.
I guess some targets don't require it anymore (I haven't confirmed which change on upstream does), but just suppress it entirely as a simple solution here.

Sources

Checklist

  • Relevant tests in libc-test/semver have been updated
  • No placeholder or unstable values like *LAST or *MAX are
    included (see #3131)
  • Tested locally (cd libc-test && cargo test --target mytarget);
    especially relevant for platforms that may not be checked in CI

@JohnTitor JohnTitor enabled auto-merge March 8, 2026 05:49
@JohnTitor JohnTitor added this pull request to the merge queue Mar 8, 2026
Merged via the queue into rust-lang:main with commit 1a3ff59 Mar 8, 2026
51 checks passed
@JohnTitor JohnTitor deleted the suppress-unused-features branch March 8, 2026 06:34
@tgross35 tgross35 added the stable-nominated This PR should be considered for cherry-pick to libc's stable release branch label Apr 1, 2026
tgross35 pushed a commit to tgross35/rust-libc that referenced this pull request Apr 1, 2026
[ the config was already there so this just adds the comment - Trevor ]

(backport <rust-lang#5006>)
(cherry picked from commit 1a3ff59)
@tgross35 tgross35 mentioned this pull request Apr 1, 2026
github-merge-queue bot pushed a commit that referenced this pull request Apr 1, 2026
[ the config was already there so this just adds the comment - Trevor ]

(backport <#5006>)
(cherry picked from commit 1a3ff59)
@tgross35 tgross35 added stable-applied This PR has been cherry-picked to libc's stable release branch and removed stable-nominated This PR should be considered for cherry-pick to libc's stable release branch labels Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stable-applied This PR has been cherry-picked to libc's stable release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants