state_store: clippy TODO question

master
Devin R 2020-05-18 16:37:28 -04:00
parent 0f6caec93d
commit 8489be590a
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ impl ClientState {
///
/// This enables non sensitive information to be saved by `JsonStore`.
#[allow(clippy::eval_order_dependence)]
// TODO is this ok ^^^?? https://github.com/rust-lang/rust-clippy/issues/4637
pub async fn from_base_client(client: &BaseClient) -> ClientState {
let BaseClient {
sync_token,