Skip to content

Commit

Permalink
Update rustc version
Browse files Browse the repository at this point in the history
  • Loading branch information
js2xxx committed Mar 31, 2024
1 parent 4ef2a31 commit 9a88d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
#![feature(isqrt)]
#![feature(let_chains)]
#![feature(non_null_convenience)]
#![feature(pointer_is_aligned)]
#![feature(pointer_is_aligned_to)]
#![feature(ptr_as_uninit)]
#![feature(ptr_mask)]
#![feature(ptr_metadata)]
Expand Down

0 comments on commit 9a88d85

Please sign in to comment.