refactor(server::client): migrated to new connection design
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(
|
||||
clippy::unwrap_used,
|
||||
clippy::expect_used,
|
||||
clippy::panic
|
||||
)]
|
||||
#![deny(clippy::unwrap_used, clippy::expect_used, clippy::panic)]
|
||||
|
||||
use crate::context::ServerContext;
|
||||
|
||||
@@ -26,4 +22,3 @@ impl Server {
|
||||
Self { context }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user