Remove clippy lints in files copied from the sentry crate

This commit is contained in:
Quentin Gliech
2023-04-18 22:20:20 +02:00
parent daba2299d5
commit a6704813c1
2 changed files with 2 additions and 0 deletions
@@ -1,4 +1,5 @@
// Taken from sentry/transports/ratelimit.rs
#![allow(clippy::all, clippy::pedantic)]
use std::time::{Duration, SystemTime};
@@ -1,4 +1,5 @@
// Copied from sentry/transports/tokio_thread.rs
#![allow(clippy::all, clippy::pedantic)]
use std::{
sync::{