diff options
| author | Zeyla Hellyer <[email protected]> | 2017-03-25 15:41:47 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-03-25 15:41:47 -0700 |
| commit | 9114963daf708cfaeaf54d8c788206ccfbae5df8 (patch) | |
| tree | 08d6aba5b8ad40189b312865ac776bb6fa30c45d /src/model/mod.rs | |
| parent | Add slightly more documentation (diff) | |
| download | serenity-9114963daf708cfaeaf54d8c788206ccfbae5df8.tar.xz serenity-9114963daf708cfaeaf54d8c788206ccfbae5df8.zip | |
Rework the models directory
Diffstat (limited to 'src/model/mod.rs')
| -rw-r--r-- | src/model/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/model/mod.rs b/src/model/mod.rs index c871f90..ad70076 100644 --- a/src/model/mod.rs +++ b/src/model/mod.rs @@ -19,7 +19,6 @@ mod utils; pub mod event; pub mod permissions; - mod channel; mod gateway; mod guild; |