Skip to content

Commit 7629163

Browse files
Ganesh Jangirekump
andauthored
fix: Update log/src/lib.rs
Co-authored-by: Edmund Kump <edmund.kump@datadoghq.com>
1 parent 46dd56f commit 7629163

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

log/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
// Copyright 2025-Present Datadog, Inc. https://www.datadoghq.com/
22
// SPDX-License-Identifier: Apache-2.0
3+
#![cfg_attr(not(test), deny(clippy::panic))]
4+
#![cfg_attr(not(test), deny(clippy::unwrap_used))]
5+
#![cfg_attr(not(test), deny(clippy::expect_used))]
6+
#![cfg_attr(not(test), deny(clippy::todo))]
7+
#![cfg_attr(not(test), deny(clippy::unimplemented))]
38

49
pub mod logger;

0 commit comments

Comments
 (0)