]> git.lizzy.rs Git - rust.git/commit
remove arena from Roots
authorAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 18 Feb 2019 11:13:13 +0000 (14:13 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 18 Feb 2019 11:13:13 +0000 (14:13 +0300)
commit4c154c289e3c18c2517ab8ce91e1d61f45f70388
tree9bb92aca50f1df3404466d1fb6f54d5d97494290
parentd151b2a655057b9da45243d0f4e160b10a98ac37
remove arena from Roots

we want to move ra_vfs to a new repo, so having fewer deps is useful.
Arena is a thin layer of sugar on top of Vec anyway.
crates/ra_vfs/src/lib.rs
crates/ra_vfs/src/roots.rs