aquatic_ws: network: rename common.rs to connection.rs

This commit is contained in:
Joakim Frostegård 2020-05-15 16:15:39 +02:00
parent 73c90622c7
commit 420dcbc717
3 changed files with 3 additions and 3 deletions

View file

@ -11,10 +11,10 @@ use crate::common::*;
use crate::config::Config;
use crate::protocol::*;
pub mod common;
pub mod connection;
pub mod utils;
use common::*;
use connection::*;
use utils::*;