fix(libdd-trace-obfuscation): cargo clippy fix with all lints#1947
fix(libdd-trace-obfuscation): cargo clippy fix with all lints#1947
Conversation
📚 Documentation Check Results📦
|
Clippy Allow Annotation ReportComparing clippy allow annotations between branches:
Summary by Rule
Annotation Counts by File
Annotation Stats by Crate
About This ReportThis report tracks Clippy allow annotations for specific rules, showing how they've changed in this PR. Decreasing the number of these annotations generally improves code quality. |
🔒 Cargo Deny Results📦
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1947 +/- ##
==========================================
+ Coverage 71.84% 71.97% +0.12%
==========================================
Files 434 437 +3
Lines 70621 71155 +534
==========================================
+ Hits 50737 51211 +474
- Misses 19884 19944 +60
🚀 New features to boost your workflow:
|
🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: e085bb0 | Docs | Datadog PR Page | Give us feedback! |
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-unknown-linux-gnu
|
ca1e0f5 to
bb56e9b
Compare
What does this PR do?
Applies a restrictive workspace Clippy/Rust lint config and opts in
libdd-trace-obfuscation, fixing the resulting crate-local lints without changing the behavior.Motivation
Tighten lint coverage incrementally by starting with a single crate.
Additional Notes
How to test the change?
CI passing is sufficient validation.