bulk code format fix (#8707)

This commit is contained in:
Derek Bailey
2025-09-23 21:50:27 -07:00
committed by GitHub
parent 0e047869da
commit caf3b494db
559 changed files with 38871 additions and 31276 deletions

View File

@@ -107,7 +107,7 @@ fn validate_monster(flexbuffer: &[u8]) {
// This is in a separate binary than tests because taking over the global allocator is not
// hermetic and not thread safe.
#[cfg(not(miri))] // slow.
#[cfg(not(miri))] // slow.
fn main() {
let start_up = current_allocs();
@@ -138,7 +138,7 @@ fn main() {
}
#[test]
#[cfg(not(miri))] // slow.
#[cfg(not(miri))] // slow.
fn no_extra_allocations() {
main()
}