aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-20 21:01:17 -0800
committerAustin Hellyer <[email protected]>2016-11-20 21:01:17 -0800
commitab3ab25031ded5f48679e5ff3f0e09f1e73effb0 (patch)
tree24d70514f1705b8cde3cda150be82091bf714058 /src
parentAdd methods for setting individual presence data (diff)
downloadserenity-ab3ab25031ded5f48679e5ff3f0e09f1e73effb0.tar.xz
serenity-ab3ab25031ded5f48679e5ff3f0e09f1e73effb0.zip
No-run on context doc example
Diffstat (limited to 'src')
-rw-r--r--src/client/connection.rs2
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