1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

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

View File

@@ -1,4 +1,5 @@
// Taken from sentry/transports/ratelimit.rs // Taken from sentry/transports/ratelimit.rs
#![allow(clippy::all, clippy::pedantic)]
use std::time::{Duration, SystemTime}; use std::time::{Duration, SystemTime};

View File

@@ -1,4 +1,5 @@
// Copied from sentry/transports/tokio_thread.rs // Copied from sentry/transports/tokio_thread.rs
#![allow(clippy::all, clippy::pedantic)]
use std::{ use std::{
sync::{ sync::{