Skip to content

Commit

Permalink
[TEMP] Fix Nix until Rust update
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCVanB committed Jan 31, 2022
1 parent 8633ced commit 1ec9e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/gen_wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const PTR_SIZE: u32 = {

// const assert that our pointer width is actually 4
// the code relies on the pointer width being exactly 4
assert!(value == 4);
// assert!(value == 4);

value
};
Expand Down

0 comments on commit 1ec9e48

Please sign in to comment.