Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit 72a4784

Browse files
committed
Allow mutex_atomic clippy lint
rust-lang/rust-clippy#4295
1 parent b96f9c7 commit 72a4784

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ddtelemetry/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
22
// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021-Present Datadog, Inc.
3+
#![allow(clippy::mutex_atomic)]
34

45
use std::{
56
sync::atomic::{AtomicU64, Ordering},

0 commit comments

Comments
 (0)