Restrict and fix visibility
This commit is contained in:
parent
1df34e9f57
commit
ae2c887a3c
3 changed files with 9 additions and 5 deletions
|
|
@ -1,3 +1,6 @@
|
|||
pub mod api;
|
||||
pub mod conn;
|
||||
pub mod room;
|
||||
mod api;
|
||||
mod conn;
|
||||
mod room;
|
||||
|
||||
pub use api::Snowflake;
|
||||
pub use room::Room;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue