aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/expand_glob_import.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy::complexity simplifications related to IteratorsMatthias Krüger2021-03-211-12/+7
|
* use simpler .map(|x| y) instead of .and_then(|x| Some(y)) for Options. ↵Matthias Krüger2021-03-171-2/+2
| | | | (clippy::bind_instead_of_map)
* Upgrade rowanAleksey Kladov2021-03-161-1/+1
| | | | Notably, new rowan comes with support for mutable syntax trees.
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+907