Stop whining, tidy

This commit is contained in:
Scott McMurray 2024-03-17 12:51:58 -07:00
parent e032248210
commit 6d2cb39ac5

View File

@ -3,6 +3,7 @@
//@ [OPT3] compile-flags: -Copt-level=3
//@ compile-flags: -C no-prepopulate-passes
//@ only-64bit (so I don't need to worry about usize)
// ignore-tidy-linelength (the memcpy calls get long)
#![crate_type = "lib"]
#![feature(core_intrinsics)]