aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-03-25 15:35:50 -0700
committerZeyla Hellyer <[email protected]>2017-03-25 15:35:50 -0700
commit356c9c0d42f4b0583a2c7b5333196c4f4e6a73cc (patch)
treefe4296b5c07b32be2c3a7d1f2169fe3f00c1a415 /src/utils
parentFix Member methods due to variant joined_at values (diff)
downloadserenity-356c9c0d42f4b0583a2c7b5333196c4f4e6a73cc.tar.xz
serenity-356c9c0d42f4b0583a2c7b5333196c4f4e6a73cc.zip
Add slightly more documentation
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/macros.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/macros.rs b/src/utils/macros.rs
index 484638f..16382b1 100644
--- a/src/utils/macros.rs
+++ b/src/utils/macros.rs
@@ -1,3 +1,5 @@
+//! A set of macros for easily working with internals.
+
macro_rules! request {
($route:expr, $method:ident($body:expr), $url:expr, $($rest:tt)*) => {{
let client = HyperClient::new();