rust/crates/ra_db/src
Aleksey Kladov 9faea2364d Use dyn Trait for working with databse
It improves compile time in `--release` mode quite a bit, it doesn't
really slow things down and, conceptually, it seems closer to what we
want the physical architecture to look like (we don't want to
monomorphise EVERYTHING in a single leaf crate).
2020-03-16 17:42:30 +01:00
..
cancellation.rs Fix some typos 2019-02-12 15:02:57 +01:00
fixture.rs Fix crate display name dashes 2020-03-16 11:47:52 +02:00
input.rs Use Display instead of a custom method 2020-03-16 12:03:43 +02:00
lib.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00