Merge rust-bitcoin/rust-bitcoin#1085: Remove redundant compile_error
6adb2c64d9
Remove redundant compile_error (junderw) Pull request description: Same compile_error with more verbose explanation is also on line 66. ACKs for top commit: apoelstra: ACK6adb2c64d9
Kixunil: ACK6adb2c64d9
Tree-SHA512: e6ee9a0212e3babeb0e7235495295aa6893470db8308159c349784320f916216e17ab23285351ab19517baf0448a3b9d0beb88f0e31f66b8ee8d6ee4fbdda113
This commit is contained in:
commit
443bc4f533
|
@ -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