You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting following error when trying to use it.
|
5 | use serde::{Serialize, Serializer};
| --------- previous import of the macro `Serialize` here
6 | use serde_derive::Serialize;
| ^^^^^^^^^^^^^^^^^^^^^^^ `Serialize` reimported here
|
= note: `Serialize` must be defined only once in the macro namespace of this module
(specifically, derive behavior can be exposed from serde directly via a feature, and I imagine one of your other dependencies is selecting that feature)
I'm getting following error when trying to use it.
Seems to be telling the truth: https://github.com/EasyPost/rust-mysql-binlog/blob/master/src/value.rs#L4
The text was updated successfully, but these errors were encountered: