mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Remove the old variants replaced by Ty::Apply
This commit is contained in:
parent
7a8ba53542
commit
8a5fbf4713
12 changed files with 265 additions and 403 deletions
|
@ -53,7 +53,7 @@ pub use self::{
|
|||
name::Name,
|
||||
ids::{HirFileId, MacroCallId, MacroCallLoc, HirInterner},
|
||||
nameres::{PerNs, Namespace},
|
||||
ty::{Ty, Substs, display::HirDisplay},
|
||||
ty::{Ty, ApplicationTy, TypeName, Substs, display::HirDisplay},
|
||||
impl_block::{ImplBlock, ImplItem},
|
||||
docs::{Docs, Documentation},
|
||||
adt::AdtDef,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue