-
Notifications
You must be signed in to change notification settings - Fork 7
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
chore: Add a rust workspace #868
Conversation
44ee5cd
to
6608d4c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #868 +/- ##
==========================================
- Coverage 84.25% 84.21% -0.05%
==========================================
Files 78 78
Lines 14283 14283
Branches 14283 14283
==========================================
- Hits 12034 12028 -6
- Misses 1414 1420 +6
Partials 835 835 ☔ View full report in Codecov by Sentry. |
@@ -135,7 +135,6 @@ | |||
//! ``` | |||
//! | |||
|
|||
#![warn(missing_docs)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this changing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it's on the workspace Cargo.toml
(under [workspace.lints.rust]
).
#868 didn't actually enable the lints in `quantinuum-hugr` when the config was moved to the workspace.
Moves the main crate to a directory.
This change does not alter the public package.
Closes #865