mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Cleanup convert_path
This commit is contained in:
parent
880baa9e56
commit
d8ef6c24cc
4 changed files with 34 additions and 42 deletions
|
@ -219,7 +219,6 @@ impl Attr {
|
|||
}
|
||||
|
||||
fn from_tt(db: &dyn ExpandDatabase, tt: &[tt::TokenTree], id: AttrId) -> Option<Attr> {
|
||||
dbg!(tt);
|
||||
let span = tt.first()?.first_span();
|
||||
let path_end = tt
|
||||
.iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue