🧹 chore: make github actions happy (#205)

This commit is contained in:
neon_arch 2023-09-12 18:53:32 +03:00
parent 1a222217c4
commit c60fdb8366
2 changed files with 5 additions and 1 deletions

View file

@ -34,7 +34,7 @@ pub struct Config {
pub threads: u8,
/// It stores configuration options for the ratelimiting middleware.
pub rate_limiter: RateLimiter,
/// It stores the level of safe search to be used for restricting content in the
/// It stores the level of safe search to be used for restricting content in the
/// search results.
pub safe_search: u8,
}