diff options
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 |