PR: old code not fmt'd

This commit is contained in:
shua 2024-11-27 00:42:56 +01:00
parent fc10883c47
commit 2649716e4a
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
#![no_main]
use libfuzzer_sys::fuzz_target;
use bumpalo::Bump;
use libfuzzer_sys::fuzz_target;
use test_syntax::test_helpers::Input;
fuzz_target!(|data: &[u8]| {