rust-analyzer/crates/ra_db/src
Michal Terepeta d761435ba0 Remove the Default impl for SourceRoot
Let's be always explicit whether we create a library (i.e., an immutable
dependency) or a local `SourceRoot`, since it can have a large impact on
the validation performance in salsa. (we found it the hard way recently,
where the `Default` instance made it quite tricky to spot a bug)

Signed-off-by: Michal Terepeta <michal.terepeta@gmail.com>
2020-01-08 19:42:27 +01:00
..
cancellation.rs Fix some typos 2019-02-12 15:02:57 +01:00
fixture.rs Remove the Default impl for SourceRoot 2020-01-08 19:42:27 +01:00
input.rs Remove the Default impl for SourceRoot 2020-01-08 19:42:27 +01:00
lib.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00