rust/crates/ra_ssr
David Lattimore a45682ed96 Move iteration over all files into the SSR crate
The methods `edits_for_file` and `find_matches_in_file` are replaced with just `edits` and `matches`. This simplifies the API a bit, but more importantly it makes it possible in a subsequent commit for SSR to decide to not search all files.
2020-07-24 21:34:00 +10:00
..
src Move iteration over all files into the SSR crate 2020-07-24 21:34:00 +10:00
Cargo.toml SSR: Use expect! in tests 2020-07-24 21:34:00 +10:00