Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String const #571

Merged
merged 5 commits into from
Dec 16, 2024
Merged

String const #571

merged 5 commits into from
Dec 16, 2024

Conversation

andrzejressel
Copy link
Owner

@andrzejressel andrzejressel commented Dec 15, 2024

Closes #556

@codecov-commenter
Copy link

codecov-commenter commented Dec 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.75%. Comparing base (cd5f21f) to head (00c3407).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #571      +/-   ##
==========================================
+ Coverage   82.54%   82.75%   +0.20%     
==========================================
  Files          31       31              
  Lines        3570     3629      +59     
==========================================
+ Hits         2947     3003      +56     
- Misses        623      626       +3     

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

use serde::Serialize;
use serde_json::json;
use std::collections::BTreeSet;

Check warning

Code scanning / clippy

struct Interface is never constructed Warning

struct Interface is never constructed
@andrzejressel andrzejressel added the ready-to-merge Will be auto-merged by mergify label Dec 16, 2024
@mergify mergify bot merged commit b856aa0 into main Dec 16, 2024
11 checks passed
@mergify mergify bot deleted the string_const branch December 16, 2024 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Will be auto-merged by mergify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for const
2 participants