mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
chore: add use case for PathSegment::qualifying_trait
This commit is contained in:
parent
bc978217b3
commit
1cbda612bc
@ -91,7 +91,7 @@ fn add_import(
|
|||||||
) {
|
) {
|
||||||
if let Some(path_segment) = qualifier.segment() {
|
if let Some(path_segment) = qualifier.segment() {
|
||||||
// for `<i32 as std::ops::Add>`
|
// for `<i32 as std::ops::Add>`
|
||||||
let path_type = path_segment.syntax().children().filter_map(ast::PathType::cast).last();
|
let path_type = path_segment.qualifying_trait();
|
||||||
let import = match path_type {
|
let import = match path_type {
|
||||||
Some(it) => {
|
Some(it) => {
|
||||||
if let Some(path) = it.path() {
|
if let Some(path) = it.path() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user