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

facet-rs / facet / 15700852302
60%
main: 58%

Build:
Build:
LAST BUILD BRANCH: facet-format-borrow
DEFAULT BRANCH: main
Ran 17 Jun 2025 07:25AM UTC
Jobs 1
Files 118
Run time 35min
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

17 Jun 2025 07:23AM UTC coverage: 59.571%. First build
15700852302

push

github

fasterthanlime
facet-core: Shape: Debug: format type_params as structured group

This commit changes the formatting of `type_params` in the `Debug`
implementation of `Shape` from angle brackets (`<T: u8>`) to guillemet-wrapped
parentheses (`«(T: u8)»`).

While angle brackets resemble Rust generic syntax, their use here was
misleading: `<T: u8>` is not valid Rust, and implies a syntactic structure
rather than a semantic representation of resolved parameter bindings.
This caused confusion when displayed alongside actual Rust type syntax,
such as `[u8; 3]` for arrays.

Parentheses better reflect the role of `type_params` as a fixed, structured
group of bindings, and maintain visual consistency with how other structured
fields (like `fields`) are displayed within `Type`. Wrapping the result in
guillemets preserves the distinction between custom summaries and Rust syntax.

The empty case remains formatted as `[]`, matching expectations for a
zero-length list and preserving visual contrast when no parameters are present.

2 of 2 new or added lines in 1 file covered. (100.0%)

10839 of 18195 relevant lines covered (59.57%)

150.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15700852302.1 17 Jun 2025 07:25AM UTC 118
59.57
GitHub Action Run
Source Files on build 15700852302
  • Tree
  • List 118
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 62c62827 on github
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

© 2025 Coveralls, Inc