You've already forked authentication-service
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:
@@ -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};
|
||||||
|
|
||||||
|
@@ -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::{
|
||||||
|
Reference in New Issue
Block a user