aboutsummaryrefslogtreecommitdiff
path: root/examples/03_struct_utilities/src
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-03-15 21:46:20 -0700
committerZeyla Hellyer <[email protected]>2017-03-17 15:24:01 -0700
commit5830d88e35c8da774067154e31c42b0b7b553451 (patch)
treebf87d024efd3cee2877af6b11d0d87ce5db0c135 /examples/03_struct_utilities/src
parentRe-work the changelog (diff)
downloadserenity-5830d88e35c8da774067154e31c42b0b7b553451.tar.xz
serenity-5830d88e35c8da774067154e31c42b0b7b553451.zip
Fix Cargo.toml requirements in examples
In the examples, always use the latest git master revision. Additionally, fix the stated required features for each example.
Diffstat (limited to 'examples/03_struct_utilities/src')
-rw-r--r--examples/03_struct_utilities/src/main.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/03_struct_utilities/src/main.rs b/examples/03_struct_utilities/src/main.rs
index 4c3a0bb..76ff75d 100644
--- a/examples/03_struct_utilities/src/main.rs
+++ b/examples/03_struct_utilities/src/main.rs
@@ -1,12 +1,3 @@
-//! Requires the 'methods' feature flag be enabled in your project's Cargo.toml.
-//!
-//! This can be activated by specifying the feature in the dependency section:
-//!
-//! ```toml
-//! [dependencies.serenity]
-//! git = "https://github.com/zeyla/serenity.git"
-//! ```
-
extern crate serenity;
use serenity::Client;