-
Notifications
You must be signed in to change notification settings - Fork 185
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
Move locid and fixed_decimal over to no_std #868
Conversation
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
utils/fixed_decimal/Cargo.toml
Outdated
@@ -45,6 +45,7 @@ path = "src/lib.rs" | |||
|
|||
[features] | |||
default = [] | |||
std = ["displaydoc/std"] |
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.
Question: what does "displaydoc/std"
do and why do you need it?
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.
We don't actually need it, I can remove this bit.
Pull Request Test Coverage Report for Build fe07af334605a1e241e6cfd5aaf63599a654061a-PR-868
💛 - Coveralls |
Codecov Report
@@ Coverage Diff @@
## main #868 +/- ##
=======================================
Coverage 74.30% 74.30%
=======================================
Files 206 206
Lines 13038 13038
=======================================
Hits 9688 9688
Misses 3350 3350
Continue to review full report at Codecov.
|
Progress towards #812