Remove redundant compile_error
This commit is contained in:
parent
21abc42b68
commit
6adb2c64d9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue