Skip to content

Commit

Permalink
test: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
lgingerich committed Feb 27, 2025
1 parent f87fbaf commit e31df11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/rate_limiter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ impl Drop for RateLimitPermit<'_> {
#[cfg(test)]
mod tests {
use super::*;
use tokio::time::sleep;

#[tokio::test]
async fn test_rate_limiter_basic() {
Expand Down

0 comments on commit e31df11

Please sign in to comment.