diff options
| author | Austin Hellyer <[email protected]> | 2016-11-14 18:23:29 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-14 18:23:29 -0800 |
| commit | 80ec9fe2b19f05871d134c9b08d4fc607ec37af6 (patch) | |
| tree | a18af5274a1fce359004fbcd4f9fd2267904ba90 /src/lib.rs | |
| parent | EmbedAuthor 'url' is optional (diff) | |
| download | serenity-80ec9fe2b19f05871d134c9b08d4fc607ec37af6.tar.xz serenity-80ec9fe2b19f05871d134c9b08d4fc607ec37af6.zip | |
Add internal module
Create a general `internal` module, and move `prelude_internal` to
`internal::prelude`.
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ pub mod prelude; mod constants; mod error; -mod prelude_internal; +mod internal; pub use client::Client; pub use error::{Error, Result}; |