-
Notifications
You must be signed in to change notification settings - Fork 67
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
False negative results on dtoa 0.4.4 #82
Comments
Opened dtolnay/syn#746 about |
Thanks for the report! This looks very wrong indeed >< |
Also found some false negatives while looking at some creates. For example (from
miniz_oxide 0.4.2 is marked as Also found some more before, but can not remember what crate it was. Edit: Looks like the issue above is a false positive, mine is a false negative. So are slightly different. |
It looks like my issue is because |
This is because of a geiger issue geiger-rs/cargo-geiger#82
This is because of a geiger issue geiger-rs/cargo-geiger#82
Thanks for sharing your solution! I opened a new issue to discuss build.rs: #116 |
Running
cargo-geiger
againstdtoa
v0.4.4 it reports that it has no unsafe code, and usesforbid(unsafe_code)
, despite neither of these being true.It appears that parsing the main file is failing, but it seems wrong for this to result in 0 counts rather than some sort of indeterminate status.
The text was updated successfully, but these errors were encountered: