Closed hobofan closed 5 years ago
Currently only checks the dependencies sources but not the main package's source for #![no_std].
#![no_std]
This yields false statements that the crate supports no_std.
no_std
Related to #5 (probably implemented in same refactoring)
Currently only checks the dependencies sources but not the main package's source for
#![no_std]
.This yields false statements that the crate supports
no_std
.Related to #5 (probably implemented in same refactoring)