diff options
| author | n1c00o <git.n1c00o@gmail.com> | 2021-10-02 21:36:56 +0200 |
|---|---|---|
| committer | n1c00o <git.n1c00o@gmail.com> | 2021-10-02 21:36:56 +0200 |
| commit | 4c6c2a7a8e13bc7ec7a6154f200c70fc4159f6d9 (patch) | |
| tree | 7d7e216ecc7a7f6de2143a1512723d23b726d372 /common/rust/src/lib.rs | |
| parent | 9b4d9b4feb99a5ec77a608dddec5999326abf8fa (diff) | |
Remove discord_models for now
Using https://github.com/discordnova/discord-openapi/
Diffstat (limited to 'common/rust/src/lib.rs')
| -rw-r--r-- | common/rust/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rust/src/lib.rs b/common/rust/src/lib.rs index a021e97..90f4b96 100644 --- a/common/rust/src/lib.rs +++ b/common/rust/src/lib.rs @@ -1,7 +1,6 @@ /// This crate contains shared code in all the rust projects /// It contains utilities such as monitoring, logging and more. pub mod config; -pub mod discord_models; pub mod error; pub mod monitoring; pub mod nats; |
