Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use explicit re-export of
serde_derive
to give rustc more info
rustc will start looking behind `#[cfg(FALSE)]` items to start giving better diagnostics. By using an explicit re-export instead of a glob export, we tell rustc that `Deserialize` and `Serialize` exist here.
- Loading branch information