diff options
| author | acdenisSK <[email protected]> | 2017-12-17 15:12:26 +0100 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-12-17 15:12:56 +0100 |
| commit | 2d341870ae2b950807d47210001124027b11ade9 (patch) | |
| tree | 2b6c6e8df513717463489c503ec0a37baa1648a3 /src/client | |
| parent | Fix shards attempting to re-identify on their own (diff) | |
| download | serenity-2d341870ae2b950807d47210001124027b11ade9.tar.xz serenity-2d341870ae2b950807d47210001124027b11ade9.zip | |
Fix doc-tests and `single_zc`
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/bridge/gateway/shard_manager.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/client/bridge/gateway/shard_manager.rs b/src/client/bridge/gateway/shard_manager.rs index 56bda7a..928b477 100644 --- a/src/client/bridge/gateway/shard_manager.rs +++ b/src/client/bridge/gateway/shard_manager.rs @@ -69,11 +69,11 @@ use framework::Framework; /// 0, // the shard index to start initiating from /// 3, // the number of shards to initiate (this initiates 0, 1, and 2) /// 5, // the total number of shards in use -/// gateway_url, -/// token, -/// data, -/// event_handler, -/// framework, +/// &gateway_url, +/// &token, +/// &data, +/// &event_handler, +/// &framework, /// threadpool, /// ); /// # Ok(()) |