mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Revert to the crates.io version of rustc_pattern_analysis
This commit is contained in:
parent
6f6b03f9de
commit
1716cc8433
1 changed files with 2 additions and 4 deletions
|
@ -15,10 +15,8 @@ extern crate rustc_abi;
|
||||||
#[cfg(not(feature = "in-rust-tree"))]
|
#[cfg(not(feature = "in-rust-tree"))]
|
||||||
extern crate ra_ap_rustc_abi as rustc_abi;
|
extern crate ra_ap_rustc_abi as rustc_abi;
|
||||||
|
|
||||||
#[cfg(feature = "in-rust-tree")]
|
// Use the crates.io version unconditionally until the API settles enough that we can switch to
|
||||||
extern crate rustc_pattern_analysis;
|
// using the in-tree one.
|
||||||
|
|
||||||
#[cfg(not(feature = "in-rust-tree"))]
|
|
||||||
extern crate ra_ap_rustc_pattern_analysis as rustc_pattern_analysis;
|
extern crate ra_ap_rustc_pattern_analysis as rustc_pattern_analysis;
|
||||||
|
|
||||||
mod builder;
|
mod builder;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue