Skip to content

fix(clippy): remove lint dropped from nightly toolchain - #526

Merged
CraZySacX merged 1 commit into
masterfrom
fix/removed-lint
Aug 25, 2026
Merged

fix(clippy): remove lint dropped from nightly toolchain#526
CraZySacX merged 1 commit into
masterfrom
fix/removed-lint

Conversation

@CraZySacX

Copy link
Copy Markdown
Member

Summary

  • dependency_on_unit_never_type_fallback has been removed from the current nightly toolchain and errors as a renamed/removed lint under -Dwarnings.
  • Removed it from the #![cfg_attr(nightly, deny(...))] list in every crate: test_util, vergen-lib, vergen, vergen-git2, vergen-gitcl, vergen-gix, vergen-pretty.

Testing

  • cargo rake clippy (full nightly matrix, all feature combinations, --all-targets -Dwarnings) passes clean across all crates.

🤖 Generated with Claude Code

`dependency_on_unit_never_type_fallback` no longer exists on the
pinned nightly and errors as a renamed/removed lint under
-Dwarnings. Drop it from the deny list in every crate.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@CraZySacX CraZySacX self-assigned this Aug 25, 2026
@CraZySacX CraZySacX added the lint label Aug 25, 2026
@CraZySacX
CraZySacX enabled auto-merge (squash) August 25, 2026 13:13
@codecov

codecov Bot commented Aug 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.21%. Comparing base (26a1f84) to head (7aed6bd).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #526      +/-   ##
==========================================
+ Coverage   98.02%   98.21%   +0.18%     
==========================================
  Files          25       25              
  Lines        6492     6492              
==========================================
+ Hits         6364     6376      +12     
+ Misses        128      116      -12     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@CraZySacX
CraZySacX merged commit f0799c3 into master Aug 25, 2026
112 checks passed
@CraZySacX
CraZySacX deleted the fix/removed-lint branch August 25, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant