mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 22:24:14 +00:00
Prevent generated runner module from being format checked
This commit is contained in:
parent
d235d09bf9
commit
2c32ee7cfa
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ use expect_test::expect_file;
|
||||||
|
|
||||||
use crate::{Edition, LexedStr, TopEntryPoint};
|
use crate::{Edition, LexedStr, TopEntryPoint};
|
||||||
|
|
||||||
|
#[rustfmt::skip]
|
||||||
#[path = "../test_data/generated/runner.rs"]
|
#[path = "../test_data/generated/runner.rs"]
|
||||||
mod runner;
|
mod runner;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue