diff --git a/src/lib.rs b/src/lib.rs index d5738d6..66764f3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,7 @@ #![deny(missing_docs, warnings)] +#![no_std] + //! `panic!()` in debug builds, optimization hint in release. extern crate unreachable;