Open not-matthias opened 7 months ago
Forgot to include extern crate alloc in #14. All tests pass now.
extern crate alloc
I decided to remove the no_std feature as it's used for one trait (which only returns None). Also changes the tests to no_std, but sandbox still uses std.
no_std
None
All tests still pass, and the sandbox also runs.
Forgot to include
extern crate alloc
in #14. All tests pass now.