aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-30 07:45:38 -0800
committerAustin Hellyer <[email protected]>2016-11-30 07:45:38 -0800
commit0758897a5f5df9374a796907f94aa1c3bfba2fbc (patch)
tree66ee9e0964424299cb5cdcf07c0bce677864d825 /src
parentUpdate readme example (diff)
downloadserenity-0758897a5f5df9374a796907f94aa1c3bfba2fbc.tar.xz
serenity-0758897a5f5df9374a796907f94aa1c3bfba2fbc.zip
Example should be no-run
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index bafc24c..ca4a2fe 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -33,7 +33,7 @@
//!
//! A basic ping-pong bot looks like:
//!
-//! ```rust,no-run
+//! ```rust,ignore
//! extern crate serenity;
//!
//! use serenity::client::{Client, Context};