fix: last new clippy lint#2221
Conversation
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. |
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: d2ddb89 | Docs | Datadog PR Page | Give us feedback! |
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
The expected merge time in
|
BenchmarksComparisonBenchmark execution time: 2026-07-10 09:55:32 Comparing candidate commit d2ddb89 in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 122 metrics, 0 unstable metrics.
|
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
|
a41a0f4
into
main
What does this PR do?
Fix one more new clippy lint. This one seems buggy because importing
std::ioinstead of using a fully qualified path makes it go away...This lint is invalid for the same reason as in
libdd-crashtracker/src/runtime_callback.rs:477: Clippy tries to make us import from core::io which is nightly onlyMotivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
How to test the change?
Describe here in detail how the change can be validated.