aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/expand_glob_import.rs
Commit message (Collapse)AuthorAgeFilesLines
* Pattern match on slice elements instead of using `.first().unwrap()`unexge2020-08-051-7/+6
|
* Look for trait methods in expand glob import assistunexge2020-08-051-13/+65
|
* Simplify `find_mod_path` with use of `node.ancestors`unexge2020-08-031-20/+1
|
* Generate doctestunexge2020-08-021-1/+1
|
* Rename ast::UseItem to ast::Useunexge2020-08-021-1/+1
|
* Add expand glob import assistunexge2020-08-021-0/+359