Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 1716cc8

Browse files
committed
Revert to the crates.io version of rustc_pattern_analysis
1 parent 6f6b03f commit 1716cc8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

crates/hir-ty/src/lib.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ extern crate rustc_abi;
1515
#[cfg(not(feature = "in-rust-tree"))]
1616
extern crate ra_ap_rustc_abi as rustc_abi;
1717

18-
#[cfg(feature = "in-rust-tree")]
19-
extern crate rustc_pattern_analysis;
20-
21-
#[cfg(not(feature = "in-rust-tree"))]
18+
// Use the crates.io version unconditionally until the API settles enough that we can switch to
19+
// using the in-tree one.
2220
extern crate ra_ap_rustc_pattern_analysis as rustc_pattern_analysis;
2321

2422
mod builder;

0 commit comments

Comments
 (0)