rust/crates/ra_db
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
..
src Remove the Default impl for SourceRoot 2020-01-08 19:42:27 +01:00
Cargo.toml ⬆️ salsa 2019-11-26 11:29:20 +03:00