aboutsummaryrefslogtreecommitdiff
path: root/src/utils/builder/mod.rs
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-29 20:51:10 -0800
committerAustin Hellyer <[email protected]>2016-11-29 22:27:59 -0800
commit93b990d8d1bc9df69b8e27a3db61da570822aad6 (patch)
tree6305cf635df90681527a8e736f65ff19f21fd8bc /src/utils/builder/mod.rs
parentAdd more shiny readme badges (diff)
downloadserenity-93b990d8d1bc9df69b8e27a3db61da570822aad6.tar.xz
serenity-93b990d8d1bc9df69b8e27a3db61da570822aad6.zip
Clean up the codebase
Diffstat (limited to 'src/utils/builder/mod.rs')
-rw-r--r--src/utils/builder/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/builder/mod.rs b/src/utils/builder/mod.rs
index bc8a20d..497d309 100644
--- a/src/utils/builder/mod.rs
+++ b/src/utils/builder/mod.rs
@@ -23,7 +23,6 @@ pub use self::create_embed::{
CreateEmbedField,
CreateEmbedImage,
CreateEmbedThumbnail,
- CreateEmbedVideo,
};
pub use self::create_invite::CreateInvite;
pub use self::create_message::CreateMessage;