diff options
| author | Austin Hellyer <[email protected]> | 2016-11-20 21:01:17 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-20 21:01:17 -0800 |
| commit | ab3ab25031ded5f48679e5ff3f0e09f1e73effb0 (patch) | |
| tree | 24d70514f1705b8cde3cda150be82091bf714058 /src | |
| parent | Add methods for setting individual presence data (diff) | |
| download | serenity-ab3ab25031ded5f48679e5ff3f0e09f1e73effb0.tar.xz serenity-ab3ab25031ded5f48679e5ff3f0e09f1e73effb0.zip | |
No-run on context doc example
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/connection.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/connection.rs b/src/client/connection.rs index 02075d6..dfaefcc 100644 --- a/src/client/connection.rs +++ b/src/client/connection.rs @@ -287,7 +287,7 @@ impl Connection { /// Set the current user as playing `"Heroes of the Storm"`, being online, /// and not being afk: /// - /// ```rust,no_run + /// ```rust,ignore /// use serenity::model::{Game, OnlineStatus}; /// /// // assuming you are in a context |