aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/expand_glob_import.rs
Commit message (Expand)AuthorAgeFilesLines
* use simpler .map(|x| y) instead of .and_then(|x| Some(y)) for Options. (clipp...Matthias Krüger2021-03-171-2/+2
* Upgrade rowanAleksey Kladov2021-03-161-1/+1
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+907