Skip to content

Commit

Permalink
Remove blanket export in favour of pub use
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Sep 25, 2020
1 parent 4697d51 commit 68b5405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mimas-server/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ pub mod game_params;
pub mod toml_util;
pub mod server;

// TODO remove the blanket export
pub use server::*;
pub use server::{ClientToServerMsg, ServerToClientMsg, Server, btchn};
pub(crate) use server::btpic;

use std::fmt::Display;

Expand Down

0 comments on commit 68b5405

Please sign in to comment.