Clippy work towards rust 1.38 (#6219)
This commit is contained in:
@ -121,7 +121,7 @@ pub fn get_libra_balance<T: Client>(
|
||||
}
|
||||
state => {
|
||||
info!("Unknown account state: {:?}", state);
|
||||
return Err(LibrapayError::UnknownAccountState)?;
|
||||
return Err(LibrapayError::UnknownAccountState.into());
|
||||
}
|
||||
}
|
||||
let resource = data_store
|
||||
|
Reference in New Issue
Block a user