Closed miraclx closed 1 year ago
Resolves #115. Removes the Display implementation on ApiKey. I would've otherwise have deprecated this, but rust does not support #[deprecated] annotations on implementations.
Display
ApiKey
#[deprecated]
Resolves #115. Removes the
Display
implementation onApiKey
. I would've otherwise have deprecated this, but rust does not support#[deprecated]
annotations on implementations.