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

Commit

Permalink
Allow mutex_atomic clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paullegranddc committed Apr 21, 2022
1 parent b8a42ed commit 4021932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ddtelemetry/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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},
Expand Down

0 comments on commit 4021932

Please sign in to comment.