Commit 0223cd3
authored
chore(libdd-data-pipeline-ffi): use import path in macro (#1827)
# What does this PR do?
Use full import path in the `catch_panic` macro.
# Motivation
Remove unused tracing::error import in `trace_exporter.rs`
# Additional Notes
Anything else we should know when reviewing?
# How to test the change?
Describe here in detail how the change can be validated.
Co-authored-by: vianney.ruhlmann <vianney.ruhlmann@datadoghq.com>1 parent 0a2a9a8 commit 0223cd3
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments