aboutsummaryrefslogtreecommitdiff
path: root/src/builder/execute_webhook.rs
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2018-01-02 09:08:05 -0800
committerZeyla Hellyer <[email protected]>2018-01-02 09:08:05 -0800
commit2edba816f6901db46e7fc0f6664058033a56d5e7 (patch)
tree05af38f29b7eec3a3500163957f78178abcf1ead /src/builder/execute_webhook.rs
parentResolve no-framework client compilation (diff)
downloadserenity-2edba816f6901db46e7fc0f6664058033a56d5e7.tar.xz
serenity-2edba816f6901db46e7fc0f6664058033a56d5e7.zip
Remove builder re-export in utils
Diffstat (limited to 'src/builder/execute_webhook.rs')
-rw-r--r--src/builder/execute_webhook.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/builder/execute_webhook.rs b/src/builder/execute_webhook.rs
index 9e7579c..c7d7915 100644
--- a/src/builder/execute_webhook.rs
+++ b/src/builder/execute_webhook.rs
@@ -171,7 +171,7 @@ impl Default for ExecuteWebhook {
/// Creating an `ExecuteWebhook` builder:
///
/// ```rust
- /// use serenity::utils::builder::ExecuteWebhook;
+ /// use serenity::builder::ExecuteWebhook;
///
/// let executer = ExecuteWebhook::default();
/// ```