Disable Move/Libra components

This commit is contained in:
Trent Nelson
2020-04-27 17:09:07 -06:00
committed by Trent Nelson
parent d836dfff14
commit 3d40ca86b0
6 changed files with 2937 additions and 4652 deletions

View File

@ -52,7 +52,6 @@ impl Into<TransportError> for ClientErrorKind {
pub struct ClientError {
command: Option<&'static str>,
#[source]
#[error(transparent)]
kind: ClientErrorKind,
}