Prevent generated runner module from being format checked

This commit is contained in:
Lukas Wirth 2024-07-19 16:01:47 +02:00
parent d235d09bf9
commit 2c32ee7cfa

View file

@ -11,6 +11,7 @@ use expect_test::expect_file;
use crate::{Edition, LexedStr, TopEntryPoint};
#[rustfmt::skip]
#[path = "../test_data/generated/runner.rs"]
mod runner;