docs: fix too_long_first_doc_paragraph clippy lint

This lint is enabled for beta and nightly Rust.
This commit is contained in:
link2xt
2024-10-17 10:54:24 +00:00
parent 02b9085147
commit e07f1a8b9c
3 changed files with 5 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ pub const QUOTA_ERROR_THRESHOLD_PERCENTAGE: u64 = 95;
/// if quota is below this value (again),
/// QuotaExceeding is cleared.
///
/// This value should be a bit below QUOTA_WARN_THRESHOLD_PERCENTAGE to
/// avoid jittering and lots of warnings when quota is exactly at the warning threshold.
///