Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit aa1557a

Browse files
authored
Merge pull request #26 from dtolnay/no-std
No-std support
2 parents d1545ba + 6d30bd7 commit aa1557a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@
156156
//! RESULT
157157
//! ```
158158
159+
#![no_std]
160+
159161
// Allow the "unused" #[macro_use] because there is a different un-ignorable
160162
// warning otherwise:
161163
//

0 commit comments

Comments
 (0)