diff --git a/src/lib.rs b/src/lib.rs index 858614c..88da851 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,15 +6,6 @@ //! Note that docs will only build on nightly Rust until //! [RFC 1990 stabilizes](https://github.com/rust-lang/rust/issues/44732). -#[cfg(target_endian = "big")] -compile_error!( - r#" -This crate doesn't support big-endian targets, since I didn't -have one to test correctness on. If you're seeing this message, -please file an issue! -"# -); - mod constants; mod strobe; mod transcript;