Skip to content

Commit 62eba06

Browse files
committed
Prevent generated runner module from being format checked
1 parent 2dc84ab commit 62eba06

File tree

1 file changed

+1
-0
lines changed
  • src/tools/rust-analyzer/crates/parser/src

1 file changed

+1
-0
lines changed

src/tools/rust-analyzer/crates/parser/src/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ use expect_test::expect_file;
1111

1212
use crate::{Edition, LexedStr, TopEntryPoint};
1313

14+
#[rustfmt::skip]
1415
#[path = "../test_data/generated/runner.rs"]
1516
mod runner;
1617

0 commit comments

Comments
 (0)