Remove redundant compile_error

This commit is contained in:
junderw 2022-07-04 22:34:40 +09:00
parent 21abc42b68
commit 6adb2c64d9
No known key found for this signature in database
GPG Key ID: A9273B5AD3E47B45
1 changed files with 0 additions and 3 deletions

View File

@ -95,9 +95,6 @@ pub extern crate base64;
#[cfg(all(test, feature = "serde"))] extern crate bincode;
#[cfg(all(test, feature = "unstable"))] extern crate test;
#[cfg(target_pointer_width = "16")]
compile_error!("rust-bitcoin cannot be used on 16-bit architectures");
#[cfg(test)]
#[macro_use]
mod test_macros;