housekeeping(server): fixed clippy warns
Some checks failed
ci/woodpecker/push/server-audit Pipeline was successful
ci/woodpecker/push/server-lint Pipeline was successful
ci/woodpecker/push/server-vet Pipeline failed
ci/woodpecker/push/server-test Pipeline was successful
ci/woodpecker/push/useragent-analyze Pipeline failed

This commit was merged in pull request #36.
This commit is contained in:
hdbg
2026-03-19 00:42:42 +01:00
committed by Stas
parent 5a5008080a
commit 915540de32
8 changed files with 24 additions and 33 deletions

View File

@@ -11,6 +11,7 @@ pub mod grpc;
pub mod safe_cell;
pub mod utils;
#[allow(dead_code, reason = "Reserved as the shared default channel size while server wiring is still being consolidated")]
const DEFAULT_CHANNEL_SIZE: usize = 1000;
pub struct Server {