Skip to content

Commit

Permalink
Deny use of dbg macro in library and test code
Browse files Browse the repository at this point in the history
Using this macro should be a temporary measure and not generate output
from production code or tests. It cold be allowed for individual
examples, if needed.
  • Loading branch information
sirhcel authored and eldruin committed Sep 19, 2024
1 parent dc8276a commit 5d10e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
//! platform-specific port object which allows access to platform-specific functionality.
#![deny(
clippy::dbg_macro,
missing_docs,
missing_debug_implementations,
missing_copy_implementations
Expand Down

0 comments on commit 5d10e6d

Please sign in to comment.