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

don't bring in the fastcpy_unsafe module with safe-* features #150

Merged
merged 2 commits into from
Mar 30, 2024

Conversation

krasimirgg
Copy link
Contributor

No functional changes intended.

This makes it build successfully in an environment with --deny=unsafe_code, e.g.:

RUSTFLAGS=--deny=unsafe_code cargo build

No functional changes intended.

This makes it build successfully in an environment with `--deny=unsafe_code`, e.g.:
```
RUSTFLAGS=--deny=unsafe_code cargo build
```
@krasimirgg krasimirgg changed the title don't bring in the fastcpy_unsafe module when with safe-* features don't bring in the fastcpy_unsafe module with safe-* features Mar 18, 2024
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.20%. Comparing base (06f9c9a) to head (566d29f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #150      +/-   ##
==========================================
+ Coverage   89.00%   89.20%   +0.19%     
==========================================
  Files          12       12              
  Lines        2484     2465      -19     
==========================================
- Hits         2211     2199      -12     
+ Misses        273      266       -7     

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

@PSeitz
Copy link
Owner

PSeitz commented Mar 19, 2024

Can you rebase? I fixed the nightly build in another PR

@PSeitz PSeitz merged commit 154a718 into PSeitz:main Mar 30, 2024
5 checks passed
@PSeitz
Copy link
Owner

PSeitz commented Mar 30, 2024

Thanks! released with 0.11.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants