mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-17 07:45:08 +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 ast_src;
|
||||
#[cfg(not(feature = "in-rust-tree"))]
|
||||
mod sourcegen_ast;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue