Skip to content

Commit

Permalink
Remove error when compiling for 64bit
Browse files Browse the repository at this point in the history
This is required for OD support and this has turned error that was suppose to prevent footguns into an error that is itself a footgun.
  • Loading branch information
MrStonedOne authored Jul 15, 2024
1 parent c0eb135 commit dcd24e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,3 @@ pub mod unzip;
pub mod url;
#[cfg(feature = "worleynoise")]
pub mod worleynoise;

#[cfg(not(target_pointer_width = "32"))]
compile_error!("rust-g must be compiled for a 32-bit target");

0 comments on commit dcd24e9

Please sign in to comment.