diff --git a/ddtelemetry/src/lib.rs b/ddtelemetry/src/lib.rs index 47211bc..f2366c5 100644 --- a/ddtelemetry/src/lib.rs +++ b/ddtelemetry/src/lib.rs @@ -1,5 +1,6 @@ // Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0. // This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021-Present Datadog, Inc. +#![allow(clippy::mutex_atomic)] use std::{ sync::atomic::{AtomicU64, Ordering},