Skip to content

Commit

Permalink
appease the travis gods
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStonedOne authored Aug 9, 2024
1 parent 2d3d7ee commit 030b3a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ pub mod url;
pub mod worleynoise;

#[cfg(all(not(target_pointer_width = "32"), not(feature = "allow_non_32bit")))]
compile_error!("Compiling for non-32bit is not allowed without enabling the `allow_non_32bit` feature.");
compile_error!(
"Compiling for non-32bit is not allowed without enabling the `allow_non_32bit` feature."
);

0 comments on commit 030b3a6

Please sign in to comment.