drop tracker tags from rust doc comments (lint)
This commit is contained in:
parent
be5b36911a
commit
0577c9e3fa
2 changed files with 5 additions and 5 deletions
|
|
@ -151,7 +151,7 @@ pub(crate) const RECV_LONG_POLL_MAX: std::time::Duration = std::time::Duration::
|
|||
|
||||
/// Server-side hard cap on `Recv.max` — canonical value lives in
|
||||
/// `hive_sh4re::RECV_BATCH_MAX` so the harness's wake-prompt hint and
|
||||
/// this enforcement site can't drift apart (#2150).
|
||||
/// this enforcement site can't drift apart.
|
||||
pub(crate) const RECV_BATCH_MAX: u32 = hive_sh4re::RECV_BATCH_MAX;
|
||||
|
||||
pub(crate) fn recv_timeout(wait_seconds: Option<u64>) -> std::time::Duration {
|
||||
|
|
|
|||
Loading…
Reference in a new issue