chore: refine client/server mod
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
#[cfg(target_os = "linux")]
|
||||
pub mod client;
|
||||
pub mod server;
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,2 +1,3 @@
|
||||
#[cfg(target_os = "linux")]
|
||||
pub mod client;
|
||||
pub mod server;
|
||||
|
||||