Use ptr::Alignment for extra coolness points

This commit is contained in:
Maybe Waffle 2023-04-14 12:29:10 +00:00
parent 36f5918bf1
commit 014c6f208e
8 changed files with 27 additions and 29 deletions

View file

@ -30,6 +30,7 @@
#![feature(lint_reasons)]
#![feature(unwrap_infallible)]
#![feature(strict_provenance)]
#![feature(ptr_alignment_type)]
#![allow(rustc::default_hash_types)]
#![allow(rustc::potential_query_instability)]
#![deny(rustc::untranslatable_diagnostic)]