Qualify derives
wagenet opened this issue · 2 comments
wagenet commented
Instead of doing use serde::{Serialize ,Deserialize}
everywhere, can't we just do #[derive(serde::Serialize, serde::Deserialize)]
? This would remove the need for the workaround here https://github.com/fdeantoni/prost-wkt#oneof-types.
wagenet commented
Thanks!