rust-dev-tools / rls-vfs

Virtual File System for the RLS
17 stars 11 forks source link

Remove dependency on serde #6

Closed matklad closed 7 years ago

matklad commented 7 years ago

This removes dependency on serde. I believe serialization does not belong to VFS.

nrc commented 7 years ago

Yeah, makes sense. This was only here because the RLS was using it and it needed to be upstream. I guess if we're not using it anymore, then it doesn't need to be serialisable.

Thanks!