commitcloudsubscriber: use old import syntax

Summary: The Ubuntu and Windows builders have an older rustc that doesn't support this syntax.

Reviewed By: DurhamG

Differential Revision: D8301570

fbshipit-source-id: 56990a804053a4dc78e41789c7b577bcf82868d7
This commit is contained in:
Phil Cohen 2018-06-06 11:37:04 -07:00 committed by Facebook Github Bot
parent 408782f48a
commit b54cbaa464

View File

@ -2,7 +2,8 @@ use action::CloudSyncTrigger;
use config::CommitCloudConfig;
use error::*;
use eventsource::reqwest::Client;
use receiver::CommandName::{self, *};
use receiver::CommandName::{self, CommitCloudCancelSubscriptions, CommitCloudRestartSubscriptions,
CommitCloudStartSubscriptions};
use reqwest::Url;
use serde_json;
use std::{str, thread};