Skip to content

Commit

Permalink
Fix no-framework, client compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyla Hellyer committed Jun 24, 2017
1 parent a261707 commit 5333afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ struct MonitorInfo {
gateway_url: Arc<Mutex<String>>,
shard: Arc<Mutex<Shard>>,
shard_info: [u64; 2],
token: String,
token: Arc<Mutex<String>>,
}

fn boot_shard(info: &BootInfo) -> Result<Shard> {
Expand Down

0 comments on commit 5333afe

Please sign in to comment.