• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

facet-rs / facet / 19922182031 / 1
58%
main: 58%

Build:
DEFAULT BRANCH: main
Ran 04 Dec 2025 08:17AM UTC
Files 173
Run time 7s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Dec 2025 08:16AM UTC coverage: 59.212% (+0.01%) from 59.201%
19922182031.1

push

github

fasterthanlime
fix: use explicit type annotations for generic enum variant constructors

When constructing enum variants to suppress dead_code warnings, use
explicit type annotations (e.g., `let _: E<T, C> = E::Unit;`) instead
of relying on type inference. This fixes compilation errors with
generic enums that have const generics or unused type parameters,
where the compiler couldn't infer all type parameters from the
variant constructor alone.

20993 of 35454 relevant lines covered (59.21%)

538.31 hits per line

Source Files on job 19922182031.1
  • Tree
  • List 173
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19922182031
  • 0a7c0345 on github
  • Prev Job for on main (#19921934689.1)
  • Next Job for on main (#19922460686.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc