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
The `serialize_secret` method is a conversion method. Rust naming
conventions for conversion methods that take a reference and returned an
owned type that implements `Copy` stipulate that the method should be
named `into_`.
Rename `serialize_secret` to be `into_secret`.
0 commit comments