diff --git a/crates/parser/src/tests.rs b/crates/parser/src/tests.rs index b4b6759e90..d35d2d3b03 100644 --- a/crates/parser/src/tests.rs +++ b/crates/parser/src/tests.rs @@ -11,6 +11,7 @@ use expect_test::expect_file; use crate::{Edition, LexedStr, TopEntryPoint}; +#[rustfmt::skip] #[path = "../test_data/generated/runner.rs"] mod runner;