You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the checks rely on currently somewhat limited mechanisms, it's probably a good idea to start compiling a list of where the checks yield wrong results. This then allows us to more targetly work towards improving the checks by having real-world test cases for them.
at-commands:
repo: https://github.com/diondokter/at-commands
Wrongly identified as not suporting no_std because of just about non-trivial combination of feature gates: #![cfg_attr(all(not(test), not(feature = "std")), no_std)]
Since the checks rely on currently somewhat limited mechanisms, it's probably a good idea to start compiling a list of where the checks yield wrong results. This then allows us to more targetly work towards improving the checks by having real-world test cases for them.
Contributions are highly welcome!
crates
rand_isaac
:repo: https://github.com/rust-random/rand
Wrongly identified as not supporting
no_std
because of non-trivial feature gate code:#![cfg_attr(not(all(feature="serde1", test)), no_std)]
History
Support for
libc
has been fixed: See #1The text was updated successfully, but these errors were encountered: