diff options
| author | Austin Hellyer <[email protected]> | 2016-11-30 07:45:38 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-30 07:45:38 -0800 |
| commit | 0758897a5f5df9374a796907f94aa1c3bfba2fbc (patch) | |
| tree | 66ee9e0964424299cb5cdcf07c0bce677864d825 /src | |
| parent | Update readme example (diff) | |
| download | serenity-0758897a5f5df9374a796907f94aa1c3bfba2fbc.tar.xz serenity-0758897a5f5df9374a796907f94aa1c3bfba2fbc.zip | |
Example should be no-run
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ //! //! A basic ping-pong bot looks like: //! -//! ```rust,no-run +//! ```rust,ignore //! extern crate serenity; //! //! use serenity::client::{Client, Context}; |