mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Move cfg attrs up to the mod definitions to disable sourcegen
This commit is contained in:
parent
0bffdf2627
commit
b351e115d6
8 changed files with 7 additions and 32 deletions
|
@ -1,3 +1,4 @@
|
|||
#[cfg(not(feature = "in-rust-tree"))]
|
||||
mod sourcegen;
|
||||
|
||||
use expect_test::Expect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue